| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListServicesResult |
ListServicesResult.clone() |
ListServicesResult |
ListServicesResult.withNextToken(String nextToken)
If the response contains
NextToken, submit another ListServices request to get the next
group of results. |
ListServicesResult |
ListServicesResult.withServices(Collection<ServiceSummary> services)
An array that contains one
ServiceSummary object for each service that matches the specified filter
criteria. |
ListServicesResult |
ListServicesResult.withServices(ServiceSummary... services)
An array that contains one
ServiceSummary object for each service that matches the specified filter
criteria. |
Copyright © 2018. All rights reserved.