Uses of Class
software.amazon.awssdk.services.devicefarm.model.InteractionMode
-
Packages that use InteractionMode Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of InteractionMode in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return InteractionMode Modifier and Type Method Description static InteractionModeInteractionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InteractionModeCreateRemoteAccessSessionRequest. interactionMode()The interaction mode of the remote access session.InteractionModeRemoteAccessSession. interactionMode()The interaction mode of the remote access session.static InteractionModeInteractionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InteractionMode[]InteractionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type InteractionMode Modifier and Type Method Description static Set<InteractionMode>InteractionMode. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type InteractionMode Modifier and Type Method Description CreateRemoteAccessSessionRequest.BuilderCreateRemoteAccessSessionRequest.Builder. interactionMode(InteractionMode interactionMode)The interaction mode of the remote access session.RemoteAccessSession.BuilderRemoteAccessSession.Builder. interactionMode(InteractionMode interactionMode)The interaction mode of the remote access session.
-