| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
default AllowCustomRoutingTrafficResponse |
GlobalAcceleratorClient.allowCustomRoutingTraffic(Consumer<AllowCustomRoutingTrafficRequest.Builder> 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.
|
default CompletableFuture<AllowCustomRoutingTrafficResponse> |
GlobalAcceleratorAsyncClient.allowCustomRoutingTraffic(Consumer<AllowCustomRoutingTrafficRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.allowAllTrafficToEndpoint(Boolean allowAllTrafficToEndpoint)
Indicates whether all destination IP addresses and ports for a specified VPC subnet endpoint can receive
traffic from a custom routing accelerator.
|
static AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.builder() |
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.destinationAddresses(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.Builder |
AllowCustomRoutingTrafficRequest.Builder.destinationAddresses(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.Builder |
AllowCustomRoutingTrafficRequest.Builder.destinationPorts(Collection<Integer> destinationPorts)
A list of specific Amazon EC2 instance ports (destination ports) that you want to allow to receive traffic.
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.destinationPorts(Integer... destinationPorts)
A list of specific Amazon EC2 instance ports (destination ports) that you want to allow to receive traffic.
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.endpointId(String endpointId)
An ID for the endpoint.
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllowCustomRoutingTrafficRequest.Builder> |
AllowCustomRoutingTrafficRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.