| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEndpointGroupsResult> |
AbstractAWSGlobalAcceleratorAsync.listEndpointGroupsAsync(ListEndpointGroupsRequest request,
AsyncHandler<ListEndpointGroupsRequest,ListEndpointGroupsResult> asyncHandler) |
Future<ListEndpointGroupsResult> |
AWSGlobalAcceleratorAsyncClient.listEndpointGroupsAsync(ListEndpointGroupsRequest request,
AsyncHandler<ListEndpointGroupsRequest,ListEndpointGroupsResult> asyncHandler) |
Future<ListEndpointGroupsResult> |
AWSGlobalAcceleratorAsync.listEndpointGroupsAsync(ListEndpointGroupsRequest listEndpointGroupsRequest,
AsyncHandler<ListEndpointGroupsRequest,ListEndpointGroupsResult> asyncHandler)
List the endpoint groups that are associated with a listener.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointGroupsRequest |
ListEndpointGroupsRequest.clone() |
ListEndpointGroupsRequest |
ListEndpointGroupsRequest.withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
ListEndpointGroupsRequest |
ListEndpointGroupsRequest.withMaxResults(Integer maxResults)
The number of endpoint group objects that you want to return with this call.
|
ListEndpointGroupsRequest |
ListEndpointGroupsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2024. All rights reserved.