| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery |
|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResult |
AbstractAWSServiceDiscovery.listInstances(ListInstancesRequest request) |
ListInstancesResult |
AWSServiceDiscovery.listInstances(ListInstancesRequest listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
ListInstancesResult |
AWSServiceDiscoveryClient.listInstances(ListInstancesRequest request)
Lists summary information about the instances that you registered by using a specified service.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListInstancesResult> |
AbstractAWSServiceDiscoveryAsync.listInstancesAsync(ListInstancesRequest request) |
Future<ListInstancesResult> |
AWSServiceDiscoveryAsync.listInstancesAsync(ListInstancesRequest listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
Future<ListInstancesResult> |
AWSServiceDiscoveryAsyncClient.listInstancesAsync(ListInstancesRequest request) |
Future<ListInstancesResult> |
AbstractAWSServiceDiscoveryAsync.listInstancesAsync(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler) |
Future<ListInstancesResult> |
AWSServiceDiscoveryAsync.listInstancesAsync(ListInstancesRequest listInstancesRequest,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Lists summary information about the instances that you registered by using a specified service.
|
Future<ListInstancesResult> |
AWSServiceDiscoveryAsyncClient.listInstancesAsync(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListInstancesResult> |
AbstractAWSServiceDiscoveryAsync.listInstancesAsync(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler) |
Future<ListInstancesResult> |
AWSServiceDiscoveryAsync.listInstancesAsync(ListInstancesRequest listInstancesRequest,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Lists summary information about the instances that you registered by using a specified service.
|
Future<ListInstancesResult> |
AWSServiceDiscoveryAsyncClient.listInstancesAsync(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResult |
ListInstancesResult.clone() |
ListInstancesResult |
ListInstancesResult.withInstances(Collection<InstanceSummary> instances)
Summary information about the instances that are associated with the specified service.
|
ListInstancesResult |
ListInstancesResult.withInstances(InstanceSummary... instances)
Summary information about the instances that are associated with the specified service.
|
ListInstancesResult |
ListInstancesResult.withNextToken(String nextToken)
If more than
MaxResults instances match the specified criteria, you can submit another
ListInstances request to get the next group of results. |
Copyright © 2023. All rights reserved.