| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery |
Amazon Route 53 auto naming lets you configure public or private namespaces that your microservice applications run
in.
|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ListServicesResult |
AWSServiceDiscovery.listServices(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
ListServicesResult |
AbstractAWSServiceDiscovery.listServices(ListServicesRequest request) |
ListServicesResult |
AWSServiceDiscoveryClient.listServices(ListServicesRequest request)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
Future<ListServicesResult> |
AWSServiceDiscoveryAsync.listServicesAsync(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
Future<ListServicesResult> |
AWSServiceDiscoveryAsyncClient.listServicesAsync(ListServicesRequest request) |
Future<ListServicesResult> |
AbstractAWSServiceDiscoveryAsync.listServicesAsync(ListServicesRequest request) |
Future<ListServicesResult> |
AWSServiceDiscoveryAsync.listServicesAsync(ListServicesRequest listServicesRequest,
AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
Future<ListServicesResult> |
AWSServiceDiscoveryAsyncClient.listServicesAsync(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler) |
Future<ListServicesResult> |
AbstractAWSServiceDiscoveryAsync.listServicesAsync(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListServicesResult> |
AWSServiceDiscoveryAsync.listServicesAsync(ListServicesRequest listServicesRequest,
AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
Future<ListServicesResult> |
AWSServiceDiscoveryAsyncClient.listServicesAsync(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler) |
Future<ListServicesResult> |
AbstractAWSServiceDiscoveryAsync.listServicesAsync(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListServicesRequest |
ListServicesRequest.clone() |
ListServicesRequest |
ListServicesRequest.withFilters(Collection<ServiceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list services for.
|
ListServicesRequest |
ListServicesRequest.withFilters(ServiceFilter... filters)
A complex type that contains specifications for the namespaces that you want to list services for.
|
ListServicesRequest |
ListServicesRequest.withMaxResults(Integer maxResults)
The maximum number of services that you want Amazon Route 53 to return in the response to a
ListServices request. |
ListServicesRequest |
ListServicesRequest.withNextToken(String nextToken)
For the first
ListServices request, omit this value. |
Copyright © 2018. All rights reserved.