public static interface ListRemoteAccessSessionsResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<ListRemoteAccessSessionsResponse.Builder,ListRemoteAccessSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
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 |
remoteAccessSessions(Collection<RemoteAccessSession> remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
|
ListRemoteAccessSessionsResponse.Builder |
remoteAccessSessions(Consumer<RemoteAccessSession.Builder>... remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
|
ListRemoteAccessSessionsResponse.Builder |
remoteAccessSessions(RemoteAccessSession... remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListRemoteAccessSessionsResponse.Builder remoteAccessSessions(Collection<RemoteAccessSession> remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
remoteAccessSessions - A container representing the metadata from the service about each remote access session you are
requesting.ListRemoteAccessSessionsResponse.Builder remoteAccessSessions(RemoteAccessSession... remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
remoteAccessSessions - A container representing the metadata from the service about each remote access session you are
requesting.ListRemoteAccessSessionsResponse.Builder remoteAccessSessions(Consumer<RemoteAccessSession.Builder>... remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #remoteAccessSessions(List) .remoteAccessSessions - a consumer that will call methods on List.Builder #remoteAccessSessions(List) 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.