| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListOperationsResponse |
ServiceDiscoveryClient.listOperations()
Lists operations that match the criteria that you specify.
|
default ListOperationsResponse |
ServiceDiscoveryClient.listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Lists operations that match the criteria that you specify.
|
default ListOperationsResponse |
ServiceDiscoveryClient.listOperations(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOperationsResponse> |
ServiceDiscoveryAsyncClient.listOperations()
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 CompletableFuture<ListOperationsResponse> |
ServiceDiscoveryAsyncClient.listOperations(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListOperationsResponse> |
ListOperationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListOperationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListOperationsResponse> subscriber) |
Copyright © 2021. All rights reserved.