| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
RemoteAccessSession |
StopRemoteAccessSessionResponse.remoteAccessSession()
A container that represents the metadata from the service about the remote access session you are stopping.
|
| Modifier and Type | Method and Description |
|---|---|
List<RemoteAccessSession> |
ListRemoteAccessSessionsResponse.remoteAccessSessions()
A container that represents the metadata from the service about each remote access session you are requesting.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
StopRemoteAccessSessionResponse.Builder |
StopRemoteAccessSessionResponse.Builder.remoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that represents the metadata from the service about the remote access session you are stopping.
|
ListRemoteAccessSessionsResponse.Builder |
ListRemoteAccessSessionsResponse.Builder.remoteAccessSessions(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 |
|---|---|
ListRemoteAccessSessionsResponse.Builder |
ListRemoteAccessSessionsResponse.Builder.remoteAccessSessions(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.