Uses of Interface
software.amazon.awssdk.services.iotsecuretunneling.model.RotateTunnelAccessTokenRequest.Builder
-
Packages that use RotateTunnelAccessTokenRequest.Builder Package Description software.amazon.awssdk.services.iotsecuretunneling IoT Secure Tunneling software.amazon.awssdk.services.iotsecuretunneling.model -
-
Uses of RotateTunnelAccessTokenRequest.Builder in software.amazon.awssdk.services.iotsecuretunneling
Method parameters in software.amazon.awssdk.services.iotsecuretunneling with type arguments of type RotateTunnelAccessTokenRequest.Builder 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 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. -
Uses of RotateTunnelAccessTokenRequest.Builder in software.amazon.awssdk.services.iotsecuretunneling.model
Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return RotateTunnelAccessTokenRequest.Builder Modifier and Type Method Description static RotateTunnelAccessTokenRequest.BuilderRotateTunnelAccessTokenRequest. builder()RotateTunnelAccessTokenRequest.BuilderRotateTunnelAccessTokenRequest.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.RotateTunnelAccessTokenRequest.BuilderRotateTunnelAccessTokenRequest.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.default RotateTunnelAccessTokenRequest.BuilderRotateTunnelAccessTokenRequest.Builder. destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig)Sets the value of the DestinationConfig property for this object.RotateTunnelAccessTokenRequest.BuilderRotateTunnelAccessTokenRequest.Builder. destinationConfig(DestinationConfig destinationConfig)Sets the value of the DestinationConfig property for this object.RotateTunnelAccessTokenRequest.BuilderRotateTunnelAccessTokenRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RotateTunnelAccessTokenRequest.BuilderRotateTunnelAccessTokenRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RotateTunnelAccessTokenRequest.BuilderRotateTunnelAccessTokenRequest. toBuilder()RotateTunnelAccessTokenRequest.BuilderRotateTunnelAccessTokenRequest.Builder. tunnelId(String tunnelId)The tunnel for which you want to rotate the access tokens.Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return types with arguments of type RotateTunnelAccessTokenRequest.Builder Modifier and Type Method Description static Class<? extends RotateTunnelAccessTokenRequest.Builder>RotateTunnelAccessTokenRequest. serializableBuilderClass()
-