| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
PortMapping |
PortMapping.clone() |
PortMapping |
PortMapping.withAcceleratorPort(Integer acceleratorPort)
The accelerator port.
|
PortMapping |
PortMapping.withDestinationSocketAddress(SocketAddress destinationSocketAddress)
The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.
|
PortMapping |
PortMapping.withDestinationTrafficState(CustomRoutingDestinationTrafficState destinationTrafficState)
Indicates whether or not a port mapping destination can receive traffic.
|
PortMapping |
PortMapping.withDestinationTrafficState(String destinationTrafficState)
Indicates whether or not a port mapping destination can receive traffic.
|
PortMapping |
PortMapping.withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
PortMapping |
PortMapping.withEndpointId(String endpointId)
The IP address of the VPC subnet (the subnet ID).
|
PortMapping |
PortMapping.withProtocols(Collection<String> protocols)
The protocols supported by the endpoint group.
|
PortMapping |
PortMapping.withProtocols(CustomRoutingProtocol... protocols)
The protocols supported by the endpoint group.
|
PortMapping |
PortMapping.withProtocols(String... protocols)
The protocols supported by the endpoint group.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortMapping> |
ListCustomRoutingPortMappingsResult.getPortMappings()
The port mappings for a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingPortMappingsResult |
ListCustomRoutingPortMappingsResult.withPortMappings(PortMapping... portMappings)
The port mappings for a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomRoutingPortMappingsResult.setPortMappings(Collection<PortMapping> portMappings)
The port mappings for a custom routing accelerator.
|
ListCustomRoutingPortMappingsResult |
ListCustomRoutingPortMappingsResult.withPortMappings(Collection<PortMapping> portMappings)
The port mappings for a custom routing accelerator.
|
Copyright © 2025. All rights reserved.