| Package | Description |
|---|---|
| com.amazonaws.services.iotsecuretunneling |
|
| com.amazonaws.services.iotsecuretunneling.model |
| Modifier and Type | Method and Description |
|---|---|
RotateTunnelAccessTokenResult |
AWSIoTSecureTunnelingClient.rotateTunnelAccessToken(RotateTunnelAccessTokenRequest request)
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.
|
RotateTunnelAccessTokenResult |
AbstractAWSIoTSecureTunneling.rotateTunnelAccessToken(RotateTunnelAccessTokenRequest request) |
RotateTunnelAccessTokenResult |
AWSIoTSecureTunneling.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.
|
Future<RotateTunnelAccessTokenResult> |
AbstractAWSIoTSecureTunnelingAsync.rotateTunnelAccessTokenAsync(RotateTunnelAccessTokenRequest request) |
Future<RotateTunnelAccessTokenResult> |
AWSIoTSecureTunnelingAsyncClient.rotateTunnelAccessTokenAsync(RotateTunnelAccessTokenRequest request) |
Future<RotateTunnelAccessTokenResult> |
AWSIoTSecureTunnelingAsync.rotateTunnelAccessTokenAsync(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.
|
Future<RotateTunnelAccessTokenResult> |
AbstractAWSIoTSecureTunnelingAsync.rotateTunnelAccessTokenAsync(RotateTunnelAccessTokenRequest request,
AsyncHandler<RotateTunnelAccessTokenRequest,RotateTunnelAccessTokenResult> asyncHandler) |
Future<RotateTunnelAccessTokenResult> |
AWSIoTSecureTunnelingAsyncClient.rotateTunnelAccessTokenAsync(RotateTunnelAccessTokenRequest request,
AsyncHandler<RotateTunnelAccessTokenRequest,RotateTunnelAccessTokenResult> asyncHandler) |
Future<RotateTunnelAccessTokenResult> |
AWSIoTSecureTunnelingAsync.rotateTunnelAccessTokenAsync(RotateTunnelAccessTokenRequest rotateTunnelAccessTokenRequest,
AsyncHandler<RotateTunnelAccessTokenRequest,RotateTunnelAccessTokenResult> asyncHandler)
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 |
|---|---|
RotateTunnelAccessTokenRequest |
RotateTunnelAccessTokenRequest.clone() |
RotateTunnelAccessTokenRequest |
RotateTunnelAccessTokenRequest.withClientMode(ClientMode clientMode)
The mode of the client that will use the client token, which can be either the source or destination, or both
source and destination.
|
RotateTunnelAccessTokenRequest |
RotateTunnelAccessTokenRequest.withClientMode(String clientMode)
The mode of the client that will use the client token, which can be either the source or destination, or both
source and destination.
|
RotateTunnelAccessTokenRequest |
RotateTunnelAccessTokenRequest.withDestinationConfig(DestinationConfig destinationConfig) |
RotateTunnelAccessTokenRequest |
RotateTunnelAccessTokenRequest.withTunnelId(String tunnelId)
The tunnel for which you want to rotate the access tokens.
|
Copyright © 2023. All rights reserved.