| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingPortMappingsResult |
AWSGlobalAcceleratorClient.listCustomRoutingPortMappings(ListCustomRoutingPortMappingsRequest request)
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.
|
ListCustomRoutingPortMappingsResult |
AWSGlobalAccelerator.listCustomRoutingPortMappings(ListCustomRoutingPortMappingsRequest 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.
|
ListCustomRoutingPortMappingsResult |
AbstractAWSGlobalAccelerator.listCustomRoutingPortMappings(ListCustomRoutingPortMappingsRequest request) |
Future<ListCustomRoutingPortMappingsResult> |
AWSGlobalAcceleratorAsyncClient.listCustomRoutingPortMappingsAsync(ListCustomRoutingPortMappingsRequest request) |
Future<ListCustomRoutingPortMappingsResult> |
AWSGlobalAcceleratorAsync.listCustomRoutingPortMappingsAsync(ListCustomRoutingPortMappingsRequest 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.
|
Future<ListCustomRoutingPortMappingsResult> |
AbstractAWSGlobalAcceleratorAsync.listCustomRoutingPortMappingsAsync(ListCustomRoutingPortMappingsRequest request) |
Future<ListCustomRoutingPortMappingsResult> |
AWSGlobalAcceleratorAsyncClient.listCustomRoutingPortMappingsAsync(ListCustomRoutingPortMappingsRequest request,
AsyncHandler<ListCustomRoutingPortMappingsRequest,ListCustomRoutingPortMappingsResult> asyncHandler) |
Future<ListCustomRoutingPortMappingsResult> |
AWSGlobalAcceleratorAsync.listCustomRoutingPortMappingsAsync(ListCustomRoutingPortMappingsRequest listCustomRoutingPortMappingsRequest,
AsyncHandler<ListCustomRoutingPortMappingsRequest,ListCustomRoutingPortMappingsResult> asyncHandler)
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.
|
Future<ListCustomRoutingPortMappingsResult> |
AbstractAWSGlobalAcceleratorAsync.listCustomRoutingPortMappingsAsync(ListCustomRoutingPortMappingsRequest request,
AsyncHandler<ListCustomRoutingPortMappingsRequest,ListCustomRoutingPortMappingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingPortMappingsRequest |
ListCustomRoutingPortMappingsRequest.clone() |
ListCustomRoutingPortMappingsRequest |
ListCustomRoutingPortMappingsRequest.withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.
|
ListCustomRoutingPortMappingsRequest |
ListCustomRoutingPortMappingsRequest.withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.
|
ListCustomRoutingPortMappingsRequest |
ListCustomRoutingPortMappingsRequest.withMaxResults(Integer maxResults)
The number of destination port mappings that you want to return with this call.
|
ListCustomRoutingPortMappingsRequest |
ListCustomRoutingPortMappingsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2024. All rights reserved.