Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
RemoteAccessSession |
RemoteAccessSession.clone() |
RemoteAccessSession |
StopRemoteAccessSessionResult.getRemoteAccessSession()
A container that represents the metadata from the service about the remote access session you are stopping.
|
RemoteAccessSession |
GetRemoteAccessSessionResult.getRemoteAccessSession()
A container that lists detailed information about the remote access session.
|
RemoteAccessSession |
CreateRemoteAccessSessionResult.getRemoteAccessSession()
A container that describes the remote access session when the request to create a remote access session is sent.
|
RemoteAccessSession |
RemoteAccessSession.withArn(String arn)
The Amazon Resource Name (ARN) of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withBillingMethod(BillingMethod billingMethod)
The billing method of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withBillingMethod(String billingMethod)
The billing method of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withClientId(String clientId)
Unique identifier of your client for the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withCreated(Date created)
The date and time the remote access session was created.
|
RemoteAccessSession |
RemoteAccessSession.withDevice(Device device)
The device (phone or tablet) used in the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withDeviceMinutes(DeviceMinutes deviceMinutes)
The number of minutes a device is used in a remote access session (including setup and teardown minutes).
|
RemoteAccessSession |
RemoteAccessSession.withDeviceUdid(String deviceUdid)
Unique device identifier for the remote device.
|
RemoteAccessSession |
RemoteAccessSession.withEndpoint(String endpoint)
The endpoint for the remote access sesssion.
|
RemoteAccessSession |
RemoteAccessSession.withHostAddress(String hostAddress)
IP address of the EC2 host where you need to connect to remotely debug devices.
|
RemoteAccessSession |
RemoteAccessSession.withInstanceArn(String instanceArn)
The ARN of the instance.
|
RemoteAccessSession |
RemoteAccessSession.withInteractionMode(InteractionMode interactionMode)
The interaction mode of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withInteractionMode(String interactionMode)
The interaction mode of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withMessage(String message)
A message about the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withName(String name)
The name of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withRemoteDebugEnabled(Boolean remoteDebugEnabled)
This flag is set to
true if remote debugging is enabled for the remote access session. |
RemoteAccessSession |
RemoteAccessSession.withRemoteRecordAppArn(String remoteRecordAppArn)
The ARN for the app to be recorded in the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withRemoteRecordEnabled(Boolean remoteRecordEnabled)
This flag is set to
true if remote recording is enabled for the remote access session. |
RemoteAccessSession |
RemoteAccessSession.withResult(ExecutionResult result)
The result of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withResult(String result)
The result of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withSkipAppResign(Boolean skipAppResign)
When set to
true , for private devices, Device Farm does not sign your app again. |
RemoteAccessSession |
RemoteAccessSession.withStarted(Date started)
The date and time the remote access session was started.
|
RemoteAccessSession |
RemoteAccessSession.withStatus(ExecutionStatus status)
The status of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withStatus(String status)
The status of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withStopped(Date stopped)
The date and time the remote access session was stopped.
|
Modifier and Type | Method and Description |
---|---|
List<RemoteAccessSession> |
ListRemoteAccessSessionsResult.getRemoteAccessSessions()
A container that represents the metadata from the service about each remote access session you are requesting.
|
Modifier and Type | Method and Description |
---|---|
void |
StopRemoteAccessSessionResult.setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that represents the metadata from the service about the remote access session you are stopping.
|
void |
GetRemoteAccessSessionResult.setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
|
void |
CreateRemoteAccessSessionResult.setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that describes the remote access session when the request to create a remote access session is sent.
|
StopRemoteAccessSessionResult |
StopRemoteAccessSessionResult.withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that represents the metadata from the service about the remote access session you are stopping.
|
GetRemoteAccessSessionResult |
GetRemoteAccessSessionResult.withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
|
CreateRemoteAccessSessionResult |
CreateRemoteAccessSessionResult.withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that describes the remote access session when the request to create a remote access session is sent.
|
ListRemoteAccessSessionsResult |
ListRemoteAccessSessionsResult.withRemoteAccessSessions(RemoteAccessSession... remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are requesting.
|
Modifier and Type | Method and Description |
---|---|
void |
ListRemoteAccessSessionsResult.setRemoteAccessSessions(Collection<RemoteAccessSession> remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are requesting.
|
ListRemoteAccessSessionsResult |
ListRemoteAccessSessionsResult.withRemoteAccessSessions(Collection<RemoteAccessSession> remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are requesting.
|
Copyright © 2021. All rights reserved.