Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.RotateTunnelAccessTokenResponse
-
Packages that use RotateTunnelAccessTokenResponse Package Description software.amazon.awssdk.services.iotsecuretunneling IoT Secure Tunneling -
-
Uses of RotateTunnelAccessTokenResponse in software.amazon.awssdk.services.iotsecuretunneling
Methods in software.amazon.awssdk.services.iotsecuretunneling that return RotateTunnelAccessTokenResponse Modifier and Type Method Description default RotateTunnelAccessTokenResponseIoTSecureTunnelingClient. rotateTunnelAccessToken(Consumer<RotateTunnelAccessTokenRequest.Builder> rotateTunnelAccessTokenRequest)Revokes the current client access token (CAT) and returns new CAT for clients to use when reconnecting to secure tunneling to access the same tunnel.default RotateTunnelAccessTokenResponseIoTSecureTunnelingClient. rotateTunnelAccessToken(RotateTunnelAccessTokenRequest rotateTunnelAccessTokenRequest)Revokes the current client access token (CAT) and returns new CAT for clients to use when reconnecting to secure tunneling to access the same tunnel.Methods in software.amazon.awssdk.services.iotsecuretunneling that return types with arguments of type RotateTunnelAccessTokenResponse Modifier and Type Method Description default CompletableFuture<RotateTunnelAccessTokenResponse>IoTSecureTunnelingAsyncClient. rotateTunnelAccessToken(Consumer<RotateTunnelAccessTokenRequest.Builder> rotateTunnelAccessTokenRequest)Revokes the current client access token (CAT) and returns new CAT for clients to use when reconnecting to secure tunneling to access the same tunnel.default CompletableFuture<RotateTunnelAccessTokenResponse>IoTSecureTunnelingAsyncClient. rotateTunnelAccessToken(RotateTunnelAccessTokenRequest rotateTunnelAccessTokenRequest)Revokes the current client access token (CAT) and returns new CAT for clients to use when reconnecting to secure tunneling to access the same tunnel.
-