| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsecuretunneling |
|
| Modifier and Type | Method and Description |
|---|---|
default RotateTunnelAccessTokenResponse |
IoTSecureTunnelingClient.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 RotateTunnelAccessTokenResponse |
IoTSecureTunnelingClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.