| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListListenersResult> |
AbstractAWSGlobalAcceleratorAsync.listListenersAsync(ListListenersRequest request,
AsyncHandler<ListListenersRequest,ListListenersResult> asyncHandler) |
Future<ListListenersResult> |
AWSGlobalAcceleratorAsync.listListenersAsync(ListListenersRequest listListenersRequest,
AsyncHandler<ListListenersRequest,ListListenersResult> asyncHandler)
List the listeners for an accelerator.
|
Future<ListListenersResult> |
AWSGlobalAcceleratorAsyncClient.listListenersAsync(ListListenersRequest request,
AsyncHandler<ListListenersRequest,ListListenersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListListenersRequest |
ListListenersRequest.clone() |
ListListenersRequest |
ListListenersRequest.withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.
|
ListListenersRequest |
ListListenersRequest.withMaxResults(Integer maxResults)
The number of listener objects that you want to return with this call.
|
ListListenersRequest |
ListListenersRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2024. All rights reserved.