| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery |
AWS Cloud Map lets you configure public DNS, private DNS, or HTTP namespaces that your microservice applications run
in.
|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesResult |
AWSServiceDiscovery.listNamespaces(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current AWS account.
|
ListNamespacesResult |
AbstractAWSServiceDiscovery.listNamespaces(ListNamespacesRequest request) |
ListNamespacesResult |
AWSServiceDiscoveryClient.listNamespaces(ListNamespacesRequest request)
Lists summary information about the namespaces that were created by the current AWS account.
|
Future<ListNamespacesResult> |
AbstractAWSServiceDiscoveryAsync.listNamespacesAsync(ListNamespacesRequest request) |
Future<ListNamespacesResult> |
AWSServiceDiscoveryAsync.listNamespacesAsync(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current AWS account.
|
Future<ListNamespacesResult> |
AWSServiceDiscoveryAsyncClient.listNamespacesAsync(ListNamespacesRequest request) |
Future<ListNamespacesResult> |
AbstractAWSServiceDiscoveryAsync.listNamespacesAsync(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler) |
Future<ListNamespacesResult> |
AWSServiceDiscoveryAsync.listNamespacesAsync(ListNamespacesRequest listNamespacesRequest,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler)
Lists summary information about the namespaces that were created by the current AWS account.
|
Future<ListNamespacesResult> |
AWSServiceDiscoveryAsyncClient.listNamespacesAsync(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListNamespacesResult> |
AbstractAWSServiceDiscoveryAsync.listNamespacesAsync(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler) |
Future<ListNamespacesResult> |
AWSServiceDiscoveryAsync.listNamespacesAsync(ListNamespacesRequest listNamespacesRequest,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler)
Lists summary information about the namespaces that were created by the current AWS account.
|
Future<ListNamespacesResult> |
AWSServiceDiscoveryAsyncClient.listNamespacesAsync(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesRequest |
ListNamespacesRequest.clone() |
ListNamespacesRequest |
ListNamespacesRequest.withFilters(Collection<NamespaceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list.
|
ListNamespacesRequest |
ListNamespacesRequest.withFilters(NamespaceFilter... filters)
A complex type that contains specifications for the namespaces that you want to list.
|
ListNamespacesRequest |
ListNamespacesRequest.withMaxResults(Integer maxResults)
The maximum number of namespaces that you want AWS Cloud Map to return in the response to a
ListNamespaces request. |
ListNamespacesRequest |
ListNamespacesRequest.withNextToken(String nextToken)
For the first
ListNamespaces request, omit this value. |
Copyright © 2021. All rights reserved.