Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.DestinationConfig
-
Packages that use DestinationConfig Package Description software.amazon.awssdk.services.iotsecuretunneling.model -
-
Uses of DestinationConfig in software.amazon.awssdk.services.iotsecuretunneling.model
Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return DestinationConfig Modifier and Type Method Description DestinationConfigOpenTunnelRequest. destinationConfig()The destination configuration for the OpenTunnel request.DestinationConfigRotateTunnelAccessTokenRequest. destinationConfig()Returns the value of the DestinationConfig property for this object.DestinationConfigTunnel. destinationConfig()The destination configuration that specifies the thing name of the destination device and a service name that the local proxy uses to connect to the destination application.Methods in software.amazon.awssdk.services.iotsecuretunneling.model with parameters of type DestinationConfig Modifier and Type Method Description OpenTunnelRequest.BuilderOpenTunnelRequest.Builder. destinationConfig(DestinationConfig destinationConfig)The destination configuration for the OpenTunnel request.RotateTunnelAccessTokenRequest.BuilderRotateTunnelAccessTokenRequest.Builder. destinationConfig(DestinationConfig destinationConfig)Sets the value of the DestinationConfig property for this object.Tunnel.BuilderTunnel.Builder. destinationConfig(DestinationConfig destinationConfig)The destination configuration that specifies the thing name of the destination device and a service name that the local proxy uses to connect to the destination application.
-