Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.ClientMode
-
Packages that use ClientMode Package Description software.amazon.awssdk.services.iotsecuretunneling.model -
-
Uses of ClientMode in software.amazon.awssdk.services.iotsecuretunneling.model
Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return ClientMode Modifier and Type Method Description ClientModeRotateTunnelAccessTokenRequest. 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 ClientModeClientMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClientModeClientMode. 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.Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return types with arguments of type ClientMode Modifier and Type Method Description static Set<ClientMode>ClientMode. knownValues()Methods in software.amazon.awssdk.services.iotsecuretunneling.model with parameters of type ClientMode Modifier and Type Method Description 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.
-