| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
With AWS Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces that your microservice applications
run in.
|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
default ListOperationsResponse |
ServiceDiscoveryClient.listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default CompletableFuture<ListOperationsResponse> |
ServiceDiscoveryAsyncClient.listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default ListOperationsIterable |
ServiceDiscoveryClient.listOperationsPaginator(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default ListOperationsPublisher |
ServiceDiscoveryAsyncClient.listOperationsPaginator(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Lists operations that match the criteria that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
static ListOperationsRequest.Builder |
ListOperationsRequest.builder() |
ListOperationsRequest.Builder |
ListOperationsRequest.Builder.filters(Collection<OperationFilter> filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest.Builder |
ListOperationsRequest.Builder.filters(Consumer<OperationFilter.Builder>... filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest.Builder |
ListOperationsRequest.Builder.filters(OperationFilter... filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest.Builder |
ListOperationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items that you want AWS Cloud Map to return in the response to a
ListOperations request. |
ListOperationsRequest.Builder |
ListOperationsRequest.Builder.nextToken(String nextToken)
For the first
ListOperations request, omit this value. |
ListOperationsRequest.Builder |
ListOperationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOperationsRequest.Builder |
ListOperationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListOperationsRequest.Builder |
ListOperationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListOperationsRequest.Builder> |
ListOperationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.