| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomRoutingPortMappingsResponse |
GlobalAcceleratorClient.listCustomRoutingPortMappings(Consumer<ListCustomRoutingPortMappingsRequest.Builder> listCustomRoutingPortMappingsRequest)
Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance IP
addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.
|
default CompletableFuture<ListCustomRoutingPortMappingsResponse> |
GlobalAcceleratorAsyncClient.listCustomRoutingPortMappings(Consumer<ListCustomRoutingPortMappingsRequest.Builder> listCustomRoutingPortMappingsRequest)
Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance IP
addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.
|
default ListCustomRoutingPortMappingsIterable |
GlobalAcceleratorClient.listCustomRoutingPortMappingsPaginator(Consumer<ListCustomRoutingPortMappingsRequest.Builder> listCustomRoutingPortMappingsRequest)
Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance IP
addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.
|
default ListCustomRoutingPortMappingsPublisher |
GlobalAcceleratorAsyncClient.listCustomRoutingPortMappingsPaginator(Consumer<ListCustomRoutingPortMappingsRequest.Builder> listCustomRoutingPortMappingsRequest)
Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance IP
addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingPortMappingsRequest.Builder |
ListCustomRoutingPortMappingsRequest.Builder.acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.
|
static ListCustomRoutingPortMappingsRequest.Builder |
ListCustomRoutingPortMappingsRequest.builder() |
ListCustomRoutingPortMappingsRequest.Builder |
ListCustomRoutingPortMappingsRequest.Builder.endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.
|
ListCustomRoutingPortMappingsRequest.Builder |
ListCustomRoutingPortMappingsRequest.Builder.maxResults(Integer maxResults)
The number of destination port mappings that you want to return with this call.
|
ListCustomRoutingPortMappingsRequest.Builder |
ListCustomRoutingPortMappingsRequest.Builder.nextToken(String nextToken)
The token for the next set of results.
|
ListCustomRoutingPortMappingsRequest.Builder |
ListCustomRoutingPortMappingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCustomRoutingPortMappingsRequest.Builder |
ListCustomRoutingPortMappingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCustomRoutingPortMappingsRequest.Builder |
ListCustomRoutingPortMappingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCustomRoutingPortMappingsRequest.Builder> |
ListCustomRoutingPortMappingsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.