Uses of Class
software.amazon.awssdk.services.devicefarm.model.RemoteAccessSession
-
Packages that use RemoteAccessSession Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of RemoteAccessSession in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return RemoteAccessSession Modifier and Type Method Description RemoteAccessSessionCreateRemoteAccessSessionResponse. remoteAccessSession()A container that describes the remote access session when the request to create a remote access session is sent.RemoteAccessSessionGetRemoteAccessSessionResponse. remoteAccessSession()A container that lists detailed information about the remote access session.RemoteAccessSessionStopRemoteAccessSessionResponse. remoteAccessSession()A container that represents the metadata from the service about the remote access session you are stopping.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type RemoteAccessSession Modifier and Type Method Description List<RemoteAccessSession>ListRemoteAccessSessionsResponse. remoteAccessSessions()A container that represents the metadata from the service about each remote access session you are requesting.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type RemoteAccessSession Modifier and Type Method Description CreateRemoteAccessSessionResponse.BuilderCreateRemoteAccessSessionResponse.Builder. remoteAccessSession(RemoteAccessSession remoteAccessSession)A container that describes the remote access session when the request to create a remote access session is sent.GetRemoteAccessSessionResponse.BuilderGetRemoteAccessSessionResponse.Builder. remoteAccessSession(RemoteAccessSession remoteAccessSession)A container that lists detailed information about the remote access session.StopRemoteAccessSessionResponse.BuilderStopRemoteAccessSessionResponse.Builder. remoteAccessSession(RemoteAccessSession remoteAccessSession)A container that represents the metadata from the service about the remote access session you are stopping.ListRemoteAccessSessionsResponse.BuilderListRemoteAccessSessionsResponse.Builder. remoteAccessSessions(RemoteAccessSession... remoteAccessSessions)A container that represents the metadata from the service about each remote access session you are requesting.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type RemoteAccessSession Modifier and Type Method Description ListRemoteAccessSessionsResponse.BuilderListRemoteAccessSessionsResponse.Builder. remoteAccessSessions(Collection<RemoteAccessSession> remoteAccessSessions)A container that represents the metadata from the service about each remote access session you are requesting.
-