Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.CloseTunnelResponse
-
Packages that use CloseTunnelResponse Package Description software.amazon.awssdk.services.iotsecuretunneling IoT Secure Tunneling -
-
Uses of CloseTunnelResponse in software.amazon.awssdk.services.iotsecuretunneling
Methods in software.amazon.awssdk.services.iotsecuretunneling that return CloseTunnelResponse Modifier and Type Method Description default CloseTunnelResponseIoTSecureTunnelingClient. closeTunnel(Consumer<CloseTunnelRequest.Builder> closeTunnelRequest)Closes a tunnel identified by the unique tunnel id.default CloseTunnelResponseIoTSecureTunnelingClient. closeTunnel(CloseTunnelRequest closeTunnelRequest)Closes a tunnel identified by the unique tunnel id.Methods in software.amazon.awssdk.services.iotsecuretunneling that return types with arguments of type CloseTunnelResponse Modifier and Type Method Description default CompletableFuture<CloseTunnelResponse>IoTSecureTunnelingAsyncClient. closeTunnel(Consumer<CloseTunnelRequest.Builder> closeTunnelRequest)Closes a tunnel identified by the unique tunnel id.default CompletableFuture<CloseTunnelResponse>IoTSecureTunnelingAsyncClient. closeTunnel(CloseTunnelRequest closeTunnelRequest)Closes a tunnel identified by the unique tunnel id.
-