| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
SocketAddress |
SocketAddress.clone() |
SocketAddress |
DestinationPortMapping.getDestinationSocketAddress()
The endpoint IP address/port combination for traffic received on the accelerator socket address.
|
SocketAddress |
PortMapping.getDestinationSocketAddress()
The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.
|
SocketAddress |
SocketAddress.withIpAddress(String ipAddress)
The IP address for the socket address.
|
SocketAddress |
SocketAddress.withPort(Integer port)
The port for the socket address.
|
| Modifier and Type | Method and Description |
|---|---|
List<SocketAddress> |
DestinationPortMapping.getAcceleratorSocketAddresses()
The IP address/port combinations (sockets) that map to a given destination socket address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationPortMapping.setDestinationSocketAddress(SocketAddress destinationSocketAddress)
The endpoint IP address/port combination for traffic received on the accelerator socket address.
|
void |
PortMapping.setDestinationSocketAddress(SocketAddress destinationSocketAddress)
The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.
|
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.
|
PortMapping |
PortMapping.withDestinationSocketAddress(SocketAddress destinationSocketAddress)
The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationPortMapping.setAcceleratorSocketAddresses(Collection<SocketAddress> acceleratorSocketAddresses)
The IP address/port combinations (sockets) that map to a given destination socket address.
|
DestinationPortMapping |
DestinationPortMapping.withAcceleratorSocketAddresses(Collection<SocketAddress> acceleratorSocketAddresses)
The IP address/port combinations (sockets) that map to a given destination socket address.
|
Copyright © 2024. All rights reserved.