| 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 ListNamespacesResponse |
ServiceDiscoveryClient.listNamespaces()
Lists summary information about the namespaces that were created by the current AWS account.
|
default ListNamespacesResponse |
ServiceDiscoveryClient.listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)
Lists summary information about the namespaces that were created by the current AWS account.
|
default ListNamespacesResponse |
ServiceDiscoveryClient.listNamespaces(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNamespacesResponse> |
ServiceDiscoveryAsyncClient.listNamespaces()
Lists summary information about the namespaces that were created by the current AWS account.
|
default CompletableFuture<ListNamespacesResponse> |
ServiceDiscoveryAsyncClient.listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)
Lists summary information about the namespaces that were created by the current AWS account.
|
default CompletableFuture<ListNamespacesResponse> |
ServiceDiscoveryAsyncClient.listNamespaces(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListNamespacesResponse> |
ListNamespacesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNamespacesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListNamespacesResponse> subscriber) |
Copyright © 2021. All rights reserved.