| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsecuretunneling.model |
| Modifier and Type | Method and Description |
|---|---|
ClientMode |
RotateTunnelAccessTokenRequest.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.
|
static ClientMode |
ClientMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ClientMode |
ClientMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientMode[] |
ClientMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ClientMode> |
ClientMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.