| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery |
|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesResult |
AbstractAWSServiceDiscovery.listNamespaces(ListNamespacesRequest request) |
ListNamespacesResult |
AWSServiceDiscoveryClient.listNamespaces(ListNamespacesRequest request)
Lists summary information about the namespaces that were created by the current account.
|
ListNamespacesResult |
AWSServiceDiscovery.listNamespaces(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListNamespacesResult> |
AbstractAWSServiceDiscoveryAsync.listNamespacesAsync(ListNamespacesRequest request) |
Future<ListNamespacesResult> |
AWSServiceDiscoveryAsyncClient.listNamespacesAsync(ListNamespacesRequest request) |
Future<ListNamespacesResult> |
AWSServiceDiscoveryAsync.listNamespacesAsync(ListNamespacesRequest listNamespacesRequest)
Lists summary information about the namespaces that were created by the current account.
|
Future<ListNamespacesResult> |
AbstractAWSServiceDiscoveryAsync.listNamespacesAsync(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler) |
Future<ListNamespacesResult> |
AWSServiceDiscoveryAsyncClient.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 account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListNamespacesResult> |
AbstractAWSServiceDiscoveryAsync.listNamespacesAsync(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler) |
Future<ListNamespacesResult> |
AWSServiceDiscoveryAsyncClient.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 account.
|
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesResult |
ListNamespacesResult.clone() |
ListNamespacesResult |
ListNamespacesResult.withNamespaces(Collection<NamespaceSummary> namespaces)
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
ListNamespacesResult |
ListNamespacesResult.withNamespaces(NamespaceSummary... namespaces)
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
ListNamespacesResult |
ListNamespacesResult.withNextToken(String nextToken)
If the response contains
NextToken, submit another ListNamespaces request to get the
next group of results. |
Copyright © 2022. All rights reserved.