| 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 ListNamespacesResponse |
ServiceDiscoveryClient.listNamespaces(ListNamespacesRequest 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.
|
default ListNamespacesIterable |
ServiceDiscoveryClient.listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current AWS account.
|
default ListNamespacesPublisher |
ServiceDiscoveryAsyncClient.listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current AWS account.
|
| Constructor and Description |
|---|
ListNamespacesIterable(ServiceDiscoveryClient client,
ListNamespacesRequest firstRequest) |
ListNamespacesPublisher(ServiceDiscoveryAsyncClient client,
ListNamespacesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListNamespacesRequestMarshaller.marshall(ListNamespacesRequest listNamespacesRequest) |
Copyright © 2021. All rights reserved.