| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static ListRemoteAccessSessionsResponse.Builder |
ListRemoteAccessSessionsResponse.builder() |
ListRemoteAccessSessionsResponse.Builder |
ListRemoteAccessSessionsResponse.Builder.nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
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.
|
ListRemoteAccessSessionsResponse.Builder |
ListRemoteAccessSessionsResponse.Builder.remoteAccessSessions(Consumer<RemoteAccessSession.Builder>... remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are
requesting.
|
ListRemoteAccessSessionsResponse.Builder |
ListRemoteAccessSessionsResponse.Builder.remoteAccessSessions(RemoteAccessSession... remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are
requesting.
|
ListRemoteAccessSessionsResponse.Builder |
ListRemoteAccessSessionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRemoteAccessSessionsResponse.Builder> |
ListRemoteAccessSessionsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.