| 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.paginators | |
| software.amazon.awssdk.services.servicediscovery.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListOperationsResponse |
ServiceDiscoveryClient.listOperations(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default CompletableFuture<ListOperationsResponse> |
ServiceDiscoveryAsyncClient.listOperations(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default ListOperationsIterable |
ServiceDiscoveryClient.listOperationsPaginator(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default ListOperationsPublisher |
ServiceDiscoveryAsyncClient.listOperationsPaginator(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
| Constructor and Description |
|---|
ListOperationsIterable(ServiceDiscoveryClient client,
ListOperationsRequest firstRequest) |
ListOperationsPublisher(ServiceDiscoveryAsyncClient client,
ListOperationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListOperationsRequestMarshaller.marshall(ListOperationsRequest listOperationsRequest) |
Copyright © 2021. All rights reserved.