Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.OpenTunnelResponse
-
Packages that use OpenTunnelResponse Package Description software.amazon.awssdk.services.iotsecuretunneling IoT Secure Tunneling -
-
Uses of OpenTunnelResponse in software.amazon.awssdk.services.iotsecuretunneling
Methods in software.amazon.awssdk.services.iotsecuretunneling that return OpenTunnelResponse Modifier and Type Method Description default OpenTunnelResponseIoTSecureTunnelingClient. openTunnel(Consumer<OpenTunnelRequest.Builder> openTunnelRequest)Creates a new tunnel, and returns two client access tokens for clients to use to connect to the IoT Secure Tunneling proxy server.default OpenTunnelResponseIoTSecureTunnelingClient. openTunnel(OpenTunnelRequest openTunnelRequest)Creates a new tunnel, and returns two client access tokens for clients to use to connect to the IoT Secure Tunneling proxy server.Methods in software.amazon.awssdk.services.iotsecuretunneling that return types with arguments of type OpenTunnelResponse Modifier and Type Method Description default CompletableFuture<OpenTunnelResponse>IoTSecureTunnelingAsyncClient. openTunnel(Consumer<OpenTunnelRequest.Builder> openTunnelRequest)Creates a new tunnel, and returns two client access tokens for clients to use to connect to the IoT Secure Tunneling proxy server.default CompletableFuture<OpenTunnelResponse>IoTSecureTunnelingAsyncClient. openTunnel(OpenTunnelRequest openTunnelRequest)Creates a new tunnel, and returns two client access tokens for clients to use to connect to the IoT Secure Tunneling proxy server.
-