| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static InteractionMode |
InteractionMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InteractionMode |
RemoteAccessSession.interactionMode()
The interaction mode of the remote access session.
|
InteractionMode |
CreateRemoteAccessSessionRequest.interactionMode()
The interaction mode of the remote access session.
|
static InteractionMode |
InteractionMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InteractionMode> |
InteractionMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RemoteAccessSession.Builder |
RemoteAccessSession.Builder.interactionMode(InteractionMode interactionMode)
The interaction mode of the remote access session.
|
CreateRemoteAccessSessionRequest.Builder |
CreateRemoteAccessSessionRequest.Builder.interactionMode(InteractionMode interactionMode)
The interaction mode of the remote access session.
|
Copyright © 2020. All rights reserved.