| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
AllowCustomRoutingTrafficResult |
AWSGlobalAccelerator.allowCustomRoutingTraffic(AllowCustomRoutingTrafficRequest allowCustomRoutingTrafficRequest)
Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive
traffic for a custom routing accelerator.
|
AllowCustomRoutingTrafficResult |
AbstractAWSGlobalAccelerator.allowCustomRoutingTraffic(AllowCustomRoutingTrafficRequest request) |
AllowCustomRoutingTrafficResult |
AWSGlobalAcceleratorClient.allowCustomRoutingTraffic(AllowCustomRoutingTrafficRequest request)
Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive
traffic for a custom routing accelerator.
|
Future<AllowCustomRoutingTrafficResult> |
AWSGlobalAcceleratorAsync.allowCustomRoutingTrafficAsync(AllowCustomRoutingTrafficRequest allowCustomRoutingTrafficRequest)
Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive
traffic for a custom routing accelerator.
|
Future<AllowCustomRoutingTrafficResult> |
AbstractAWSGlobalAcceleratorAsync.allowCustomRoutingTrafficAsync(AllowCustomRoutingTrafficRequest request) |
Future<AllowCustomRoutingTrafficResult> |
AWSGlobalAcceleratorAsyncClient.allowCustomRoutingTrafficAsync(AllowCustomRoutingTrafficRequest request) |
Future<AllowCustomRoutingTrafficResult> |
AWSGlobalAcceleratorAsync.allowCustomRoutingTrafficAsync(AllowCustomRoutingTrafficRequest allowCustomRoutingTrafficRequest,
AsyncHandler<AllowCustomRoutingTrafficRequest,AllowCustomRoutingTrafficResult> asyncHandler)
Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive
traffic for a custom routing accelerator.
|
Future<AllowCustomRoutingTrafficResult> |
AbstractAWSGlobalAcceleratorAsync.allowCustomRoutingTrafficAsync(AllowCustomRoutingTrafficRequest request,
AsyncHandler<AllowCustomRoutingTrafficRequest,AllowCustomRoutingTrafficResult> asyncHandler) |
Future<AllowCustomRoutingTrafficResult> |
AWSGlobalAcceleratorAsyncClient.allowCustomRoutingTrafficAsync(AllowCustomRoutingTrafficRequest request,
AsyncHandler<AllowCustomRoutingTrafficRequest,AllowCustomRoutingTrafficResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AllowCustomRoutingTrafficRequest |
AllowCustomRoutingTrafficRequest.clone() |
AllowCustomRoutingTrafficRequest |
AllowCustomRoutingTrafficRequest.withAllowAllTrafficToEndpoint(Boolean allowAllTrafficToEndpoint)
Indicates whether all destination IP addresses and ports for a specified VPC subnet endpoint can receive traffic
from a custom routing accelerator.
|
AllowCustomRoutingTrafficRequest |
AllowCustomRoutingTrafficRequest.withDestinationAddresses(Collection<String> destinationAddresses)
A list of specific Amazon EC2 instance IP addresses (destination addresses) in a subnet that you want to allow to
receive traffic.
|
AllowCustomRoutingTrafficRequest |
AllowCustomRoutingTrafficRequest.withDestinationAddresses(String... destinationAddresses)
A list of specific Amazon EC2 instance IP addresses (destination addresses) in a subnet that you want to allow to
receive traffic.
|
AllowCustomRoutingTrafficRequest |
AllowCustomRoutingTrafficRequest.withDestinationPorts(Collection<Integer> destinationPorts)
A list of specific Amazon EC2 instance ports (destination ports) that you want to allow to receive traffic.
|
AllowCustomRoutingTrafficRequest |
AllowCustomRoutingTrafficRequest.withDestinationPorts(Integer... destinationPorts)
A list of specific Amazon EC2 instance ports (destination ports) that you want to allow to receive traffic.
|
AllowCustomRoutingTrafficRequest |
AllowCustomRoutingTrafficRequest.withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
AllowCustomRoutingTrafficRequest |
AllowCustomRoutingTrafficRequest.withEndpointId(String endpointId)
An ID for the endpoint.
|
Copyright © 2021. All rights reserved.