| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
ListEndpointGroupsResult |
AbstractAWSGlobalAccelerator.listEndpointGroups(ListEndpointGroupsRequest request) |
ListEndpointGroupsResult |
AWSGlobalAcceleratorClient.listEndpointGroups(ListEndpointGroupsRequest request)
List the endpoint groups that are associated with a listener.
|
ListEndpointGroupsResult |
AWSGlobalAccelerator.listEndpointGroups(ListEndpointGroupsRequest listEndpointGroupsRequest)
List the endpoint groups that are associated with a listener.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListEndpointGroupsResult> |
AWSGlobalAcceleratorAsyncClient.listEndpointGroupsAsync(ListEndpointGroupsRequest request,
AsyncHandler<ListEndpointGroupsRequest,ListEndpointGroupsResult> asyncHandler) |
Future<ListEndpointGroupsResult> |
AbstractAWSGlobalAcceleratorAsync.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 |
|---|---|
ListEndpointGroupsResult |
ListEndpointGroupsResult.clone() |
ListEndpointGroupsResult |
ListEndpointGroupsResult.withEndpointGroups(Collection<EndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener.
|
ListEndpointGroupsResult |
ListEndpointGroupsResult.withEndpointGroups(EndpointGroup... endpointGroups)
The list of the endpoint groups associated with a listener.
|
ListEndpointGroupsResult |
ListEndpointGroupsResult.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2019. All rights reserved.