Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.SocketAddress
-
Packages that use SocketAddress Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of SocketAddress in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return SocketAddress Modifier and Type Method Description SocketAddressDestinationPortMapping. destinationSocketAddress()The endpoint IP address/port combination for traffic received on the accelerator socket address.SocketAddressPortMapping. destinationSocketAddress()The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type SocketAddress Modifier and Type Method Description List<SocketAddress>DestinationPortMapping. acceleratorSocketAddresses()The IP address/port combinations (sockets) that map to a given destination socket address.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type SocketAddress Modifier and Type Method Description DestinationPortMapping.BuilderDestinationPortMapping.Builder. acceleratorSocketAddresses(SocketAddress... acceleratorSocketAddresses)The IP address/port combinations (sockets) that map to a given destination socket address.DestinationPortMapping.BuilderDestinationPortMapping.Builder. destinationSocketAddress(SocketAddress destinationSocketAddress)The endpoint IP address/port combination for traffic received on the accelerator socket address.PortMapping.BuilderPortMapping.Builder. destinationSocketAddress(SocketAddress destinationSocketAddress)The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type SocketAddress Modifier and Type Method Description DestinationPortMapping.BuilderDestinationPortMapping.Builder. acceleratorSocketAddresses(Collection<SocketAddress> acceleratorSocketAddresses)The IP address/port combinations (sockets) that map to a given destination socket address.
-