| 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.
|
| 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 |
|---|---|
ListOperationsResult |
ListOperationsResult.clone() |
ListOperationsResult |
ListOperationsResult.withNextToken(String nextToken)
If the response contains
NextToken, submit another ListOperations request to get the
next group of results. |
ListOperationsResult |
ListOperationsResult.withOperations(Collection<OperationSummary> operations)
Summary information about the operations that match the specified criteria.
|
ListOperationsResult |
ListOperationsResult.withOperations(OperationSummary... operations)
Summary information about the operations that match the specified criteria.
|
Copyright © 2018. All rights reserved.