| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
SocketAddress |
DestinationPortMapping.destinationSocketAddress()
The endpoint IP address/port combination for traffic received on the accelerator socket address.
|
SocketAddress |
PortMapping.destinationSocketAddress()
The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<SocketAddress> |
DestinationPortMapping.acceleratorSocketAddresses()
The IP address/port combinations (sockets) that map to a given destination socket address.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.acceleratorSocketAddresses(SocketAddress... acceleratorSocketAddresses)
The IP address/port combinations (sockets) that map to a given destination socket address.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.destinationSocketAddress(SocketAddress destinationSocketAddress)
The endpoint IP address/port combination for traffic received on the accelerator socket address.
|
PortMapping.Builder |
PortMapping.Builder.destinationSocketAddress(SocketAddress destinationSocketAddress)
The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.acceleratorSocketAddresses(Collection<SocketAddress> acceleratorSocketAddresses)
The IP address/port combinations (sockets) that map to a given destination socket address.
|
Copyright © 2023. All rights reserved.