| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static InteractionMode |
InteractionMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
RemoteAccessSession.setInteractionMode(InteractionMode interactionMode)
The interaction mode of the remote access session.
|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withInteractionMode(InteractionMode interactionMode)
The interaction mode of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withInteractionMode(InteractionMode interactionMode)
The interaction mode of the remote access session.
|
Copyright © 2023. All rights reserved.