| 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 |
|---|---|
ListOperationsResult |
AWSServiceDiscovery.listOperations(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
ListOperationsResult |
AbstractAWSServiceDiscovery.listOperations(ListOperationsRequest request) |
ListOperationsResult |
AWSServiceDiscoveryClient.listOperations(ListOperationsRequest request)
Lists operations that match the criteria that you specify.
|
Future<ListOperationsResult> |
AWSServiceDiscoveryAsync.listOperationsAsync(ListOperationsRequest listOperationsRequest)
Lists operations that match the criteria that you specify.
|
Future<ListOperationsResult> |
AWSServiceDiscoveryAsyncClient.listOperationsAsync(ListOperationsRequest request) |
Future<ListOperationsResult> |
AbstractAWSServiceDiscoveryAsync.listOperationsAsync(ListOperationsRequest request) |
Future<ListOperationsResult> |
AWSServiceDiscoveryAsync.listOperationsAsync(ListOperationsRequest listOperationsRequest,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
Lists operations that match the criteria that you specify.
|
Future<ListOperationsResult> |
AWSServiceDiscoveryAsyncClient.listOperationsAsync(ListOperationsRequest request,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) |
Future<ListOperationsResult> |
AbstractAWSServiceDiscoveryAsync.listOperationsAsync(ListOperationsRequest request,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListOperationsResult> |
AWSServiceDiscoveryAsync.listOperationsAsync(ListOperationsRequest listOperationsRequest,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
Lists operations that match the criteria that you specify.
|
Future<ListOperationsResult> |
AWSServiceDiscoveryAsyncClient.listOperationsAsync(ListOperationsRequest request,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) |
Future<ListOperationsResult> |
AbstractAWSServiceDiscoveryAsync.listOperationsAsync(ListOperationsRequest request,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListOperationsRequest |
ListOperationsRequest.clone() |
ListOperationsRequest |
ListOperationsRequest.withFilters(Collection<OperationFilter> filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest |
ListOperationsRequest.withFilters(OperationFilter... filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest |
ListOperationsRequest.withMaxResults(Integer maxResults)
The maximum number of items that you want Amazon Route 53 to return in the response to a
ListOperations request. |
ListOperationsRequest |
ListOperationsRequest.withNextToken(String nextToken)
For the first
ListOperations request, omit this value. |
Copyright © 2018. All rights reserved.