| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationPortMapping |
DestinationPortMapping.clone() |
DestinationPortMapping |
DestinationPortMapping.withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the custom routing accelerator that you have port mappings for.
|
DestinationPortMapping |
DestinationPortMapping.withAcceleratorSocketAddresses(Collection<SocketAddress> acceleratorSocketAddresses)
The IP address/port combinations (sockets) that map to a given destination socket address.
|
DestinationPortMapping |
DestinationPortMapping.withAcceleratorSocketAddresses(SocketAddress... acceleratorSocketAddresses)
The IP address/port combinations (sockets) that map to a given destination socket address.
|
DestinationPortMapping |
DestinationPortMapping.withDestinationSocketAddress(SocketAddress destinationSocketAddress)
The endpoint IP address/port combination for traffic received on the accelerator socket address.
|
DestinationPortMapping |
DestinationPortMapping.withDestinationTrafficState(CustomRoutingDestinationTrafficState destinationTrafficState)
Indicates whether or not a port mapping destination can receive traffic.
|
DestinationPortMapping |
DestinationPortMapping.withDestinationTrafficState(String destinationTrafficState)
Indicates whether or not a port mapping destination can receive traffic.
|
DestinationPortMapping |
DestinationPortMapping.withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
DestinationPortMapping |
DestinationPortMapping.withEndpointGroupRegion(String endpointGroupRegion)
The Amazon Web Services Region for the endpoint group.
|
DestinationPortMapping |
DestinationPortMapping.withEndpointId(String endpointId)
The ID for the virtual private cloud (VPC) subnet.
|
DestinationPortMapping |
DestinationPortMapping.withIpAddressType(IpAddressType ipAddressType)
The IP address type that an accelerator supports.
|
DestinationPortMapping |
DestinationPortMapping.withIpAddressType(String ipAddressType)
The IP address type that an accelerator supports.
|
| Modifier and Type | Method and Description |
|---|---|
List<DestinationPortMapping> |
ListCustomRoutingPortMappingsByDestinationResult.getDestinationPortMappings()
The port mappings for the endpoint IP address that you specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingPortMappingsByDestinationResult |
ListCustomRoutingPortMappingsByDestinationResult.withDestinationPortMappings(DestinationPortMapping... destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomRoutingPortMappingsByDestinationResult.setDestinationPortMappings(Collection<DestinationPortMapping> destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
|
ListCustomRoutingPortMappingsByDestinationResult |
ListCustomRoutingPortMappingsByDestinationResult.withDestinationPortMappings(Collection<DestinationPortMapping> destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
|
Copyright © 2024. All rights reserved.