| 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 |
|---|---|
Future<DiscoverInstancesResult> |
AWSServiceDiscoveryAsync.discoverInstancesAsync(DiscoverInstancesRequest discoverInstancesRequest,
AsyncHandler<DiscoverInstancesRequest,DiscoverInstancesResult> asyncHandler)
Discovers registered instances for a specified namespace and service.
|
Future<DiscoverInstancesResult> |
AWSServiceDiscoveryAsyncClient.discoverInstancesAsync(DiscoverInstancesRequest request,
AsyncHandler<DiscoverInstancesRequest,DiscoverInstancesResult> asyncHandler) |
Future<DiscoverInstancesResult> |
AbstractAWSServiceDiscoveryAsync.discoverInstancesAsync(DiscoverInstancesRequest request,
AsyncHandler<DiscoverInstancesRequest,DiscoverInstancesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DiscoverInstancesRequest |
DiscoverInstancesRequest.addQueryParametersEntry(String key,
String value) |
DiscoverInstancesRequest |
DiscoverInstancesRequest.clearQueryParametersEntries()
Removes all the entries added into QueryParameters.
|
DiscoverInstancesRequest |
DiscoverInstancesRequest.clone() |
DiscoverInstancesRequest |
DiscoverInstancesRequest.withHealthStatus(HealthStatusFilter healthStatus)
The health status of the instances that you want to discover.
|
DiscoverInstancesRequest |
DiscoverInstancesRequest.withHealthStatus(String healthStatus)
The health status of the instances that you want to discover.
|
DiscoverInstancesRequest |
DiscoverInstancesRequest.withMaxResults(Integer maxResults)
The maximum number of instances that you want Cloud Map to return in the response to a
DiscoverInstances request. |
DiscoverInstancesRequest |
DiscoverInstancesRequest.withNamespaceName(String namespaceName)
The name of the namespace that you specified when you registered the instance.
|
DiscoverInstancesRequest |
DiscoverInstancesRequest.withQueryParameters(Map<String,String> queryParameters)
A string map that contains attributes with values that you can use to filter instances by any custom attribute
that you specified when you registered the instance.
|
DiscoverInstancesRequest |
DiscoverInstancesRequest.withServiceName(String serviceName)
The name of the service that you specified when you registered the instance.
|
Copyright © 2019. All rights reserved.