| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
RemoteAccessSession |
StopRemoteAccessSessionResponse.remoteAccessSession()
A container representing the metadata from the service about the remote access session you are stopping.
|
RemoteAccessSession |
GetRemoteAccessSessionResponse.remoteAccessSession()
A container that lists detailed information about the remote access session.
|
RemoteAccessSession |
CreateRemoteAccessSessionResponse.remoteAccessSession()
A container that describes the remote access session when the request to create a remote access session is sent.
|
| Modifier and Type | Method and Description |
|---|---|
List<RemoteAccessSession> |
ListRemoteAccessSessionsResponse.remoteAccessSessions()
A container representing the metadata from the service about each remote access session you are requesting.
|
| Modifier and Type | Method and Description |
|---|---|
StopRemoteAccessSessionResponse.Builder |
StopRemoteAccessSessionResponse.Builder.remoteAccessSession(RemoteAccessSession remoteAccessSession)
A container representing the metadata from the service about the remote access session you are stopping.
|
GetRemoteAccessSessionResponse.Builder |
GetRemoteAccessSessionResponse.Builder.remoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
|
CreateRemoteAccessSessionResponse.Builder |
CreateRemoteAccessSessionResponse.Builder.remoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that describes the remote access session when the request to create a remote access session is
sent.
|
ListRemoteAccessSessionsResponse.Builder |
ListRemoteAccessSessionsResponse.Builder.remoteAccessSessions(RemoteAccessSession... remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
|
| Modifier and Type | Method and Description |
|---|---|
ListRemoteAccessSessionsResponse.Builder |
ListRemoteAccessSessionsResponse.Builder.remoteAccessSessions(Collection<RemoteAccessSession> remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteAccessSession |
RemoteAccessSessionUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteAccessSessionMarshaller.marshall(RemoteAccessSession remoteAccessSession,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.