| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsecuretunneling |
|
| software.amazon.awssdk.services.iotsecuretunneling.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static RotateTunnelAccessTokenRequest.Builder |
RotateTunnelAccessTokenRequest.builder() |
RotateTunnelAccessTokenRequest.Builder |
RotateTunnelAccessTokenRequest.Builder.clientMode(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.Builder |
RotateTunnelAccessTokenRequest.Builder.clientMode(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.
|
default RotateTunnelAccessTokenRequest.Builder |
RotateTunnelAccessTokenRequest.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig)
Sets the value of the DestinationConfig property for this object.
|
RotateTunnelAccessTokenRequest.Builder |
RotateTunnelAccessTokenRequest.Builder.destinationConfig(DestinationConfig destinationConfig)
Sets the value of the DestinationConfig property for this object.
|
RotateTunnelAccessTokenRequest.Builder |
RotateTunnelAccessTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RotateTunnelAccessTokenRequest.Builder |
RotateTunnelAccessTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RotateTunnelAccessTokenRequest.Builder |
RotateTunnelAccessTokenRequest.toBuilder() |
RotateTunnelAccessTokenRequest.Builder |
RotateTunnelAccessTokenRequest.Builder.tunnelId(String tunnelId)
The tunnel for which you want to rotate the access tokens.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RotateTunnelAccessTokenRequest.Builder> |
RotateTunnelAccessTokenRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.