Package | Description |
---|---|
com.amazonaws.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
ListTestGridSessionsResult |
AbstractAWSDeviceFarm.listTestGridSessions(ListTestGridSessionsRequest request) |
ListTestGridSessionsResult |
AWSDeviceFarmClient.listTestGridSessions(ListTestGridSessionsRequest request)
Retrieves a list of sessions for a TestGridProject.
|
ListTestGridSessionsResult |
AWSDeviceFarm.listTestGridSessions(ListTestGridSessionsRequest listTestGridSessionsRequest)
Retrieves a list of sessions for a TestGridProject.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTestGridSessionsResult> |
AWSDeviceFarmAsync.listTestGridSessionsAsync(ListTestGridSessionsRequest listTestGridSessionsRequest,
AsyncHandler<ListTestGridSessionsRequest,ListTestGridSessionsResult> asyncHandler)
Retrieves a list of sessions for a TestGridProject.
|
Future<ListTestGridSessionsResult> |
AWSDeviceFarmAsyncClient.listTestGridSessionsAsync(ListTestGridSessionsRequest request,
AsyncHandler<ListTestGridSessionsRequest,ListTestGridSessionsResult> asyncHandler) |
Future<ListTestGridSessionsResult> |
AbstractAWSDeviceFarmAsync.listTestGridSessionsAsync(ListTestGridSessionsRequest request,
AsyncHandler<ListTestGridSessionsRequest,ListTestGridSessionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListTestGridSessionsResult |
ListTestGridSessionsResult.clone() |
ListTestGridSessionsResult |
ListTestGridSessionsResult.withNextToken(String nextToken)
Pagination token.
|
ListTestGridSessionsResult |
ListTestGridSessionsResult.withTestGridSessions(Collection<TestGridSession> testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
ListTestGridSessionsResult |
ListTestGridSessionsResult.withTestGridSessions(TestGridSession... testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
Copyright © 2020. All rights reserved.