| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomRoutingEndpointGroupsResponse |
GlobalAcceleratorClient.listCustomRoutingEndpointGroups(Consumer<ListCustomRoutingEndpointGroupsRequest.Builder> listCustomRoutingEndpointGroupsRequest)
List the endpoint groups that are associated with a listener for a custom routing accelerator.
|
default CompletableFuture<ListCustomRoutingEndpointGroupsResponse> |
GlobalAcceleratorAsyncClient.listCustomRoutingEndpointGroups(Consumer<ListCustomRoutingEndpointGroupsRequest.Builder> listCustomRoutingEndpointGroupsRequest)
List the endpoint groups that are associated with a listener for a custom routing accelerator.
|
default ListCustomRoutingEndpointGroupsIterable |
GlobalAcceleratorClient.listCustomRoutingEndpointGroupsPaginator(Consumer<ListCustomRoutingEndpointGroupsRequest.Builder> listCustomRoutingEndpointGroupsRequest)
List the endpoint groups that are associated with a listener for a custom routing accelerator.
|
default ListCustomRoutingEndpointGroupsPublisher |
GlobalAcceleratorAsyncClient.listCustomRoutingEndpointGroupsPaginator(Consumer<ListCustomRoutingEndpointGroupsRequest.Builder> listCustomRoutingEndpointGroupsRequest)
List the endpoint groups that are associated with a listener for a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCustomRoutingEndpointGroupsRequest.Builder |
ListCustomRoutingEndpointGroupsRequest.builder() |
ListCustomRoutingEndpointGroupsRequest.Builder |
ListCustomRoutingEndpointGroupsRequest.Builder.listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener to list endpoint groups for.
|
ListCustomRoutingEndpointGroupsRequest.Builder |
ListCustomRoutingEndpointGroupsRequest.Builder.maxResults(Integer maxResults)
The number of endpoint group objects that you want to return with this call.
|
ListCustomRoutingEndpointGroupsRequest.Builder |
ListCustomRoutingEndpointGroupsRequest.Builder.nextToken(String nextToken)
The token for the next set of results.
|
ListCustomRoutingEndpointGroupsRequest.Builder |
ListCustomRoutingEndpointGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCustomRoutingEndpointGroupsRequest.Builder |
ListCustomRoutingEndpointGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCustomRoutingEndpointGroupsRequest.Builder |
ListCustomRoutingEndpointGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCustomRoutingEndpointGroupsRequest.Builder> |
ListCustomRoutingEndpointGroupsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.