Uses of Class
software.amazon.awssdk.services.groundstation.model.SocketAddress
-
Packages that use SocketAddress Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of SocketAddress in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return SocketAddress Modifier and Type Method Description SocketAddressDataflowEndpoint. address()Socket address of a dataflow endpoint.SocketAddressConnectionDetails. socketAddress()A socket address.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type SocketAddress Modifier and Type Method Description DataflowEndpoint.BuilderDataflowEndpoint.Builder. address(SocketAddress address)Socket address of a dataflow endpoint.ConnectionDetails.BuilderConnectionDetails.Builder. socketAddress(SocketAddress socketAddress)A socket address.
-