| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
RemoteAccessSession |
RemoteAccessSession.clone() |
RemoteAccessSession |
CreateRemoteAccessSessionResult.getRemoteAccessSession()
A container that describes the remote access session when the request to create a remote access session is sent.
|
RemoteAccessSession |
GetRemoteAccessSessionResult.getRemoteAccessSession()
A container that lists detailed information about the remote access session.
|
RemoteAccessSession |
StopRemoteAccessSessionResult.getRemoteAccessSession()
A container representing the metadata from the service about the remote access session you are stopping.
|
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.withCreated(Date created)
The date and time the remote access session was created.
|
RemoteAccessSession |
RemoteAccessSession.withDevice(Device device) |
RemoteAccessSession |
RemoteAccessSession.withDeviceMinutes(DeviceMinutes deviceMinutes) |
RemoteAccessSession |
RemoteAccessSession.withEndpoint(String endpoint)
The endpoint for the remote access sesssion.
|
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.withResult(ExecutionResult result)
The result of the remote access session.
|
RemoteAccessSession |
RemoteAccessSession.withResult(String result)
The result of the remote access session.
|
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 representing the metadata from the service about each remote access session you are requesting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRemoteAccessSessionResult.setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that describes the remote access session when the request to create a remote access session is sent.
|
void |
GetRemoteAccessSessionResult.setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
|
void |
StopRemoteAccessSessionResult.setRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container representing the metadata from the service about the remote access session you are stopping.
|
CreateRemoteAccessSessionResult |
CreateRemoteAccessSessionResult.withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that describes the remote access session when the request to create a remote access session is sent.
|
GetRemoteAccessSessionResult |
GetRemoteAccessSessionResult.withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
|
StopRemoteAccessSessionResult |
StopRemoteAccessSessionResult.withRemoteAccessSession(RemoteAccessSession remoteAccessSession)
A container representing the metadata from the service about the remote access session you are stopping.
|
ListRemoteAccessSessionsResult |
ListRemoteAccessSessionsResult.withRemoteAccessSessions(RemoteAccessSession... remoteAccessSessions)
A container representing 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 representing the metadata from the service about each remote access session you are requesting.
|
ListRemoteAccessSessionsResult |
ListRemoteAccessSessionsResult.withRemoteAccessSessions(Collection<RemoteAccessSession> remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
|
Copyright © 2017. All rights reserved.