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 |
---|---|
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 |
---|---|
ListTestGridSessionsRequest |
ListTestGridSessionsRequest.clone() |
ListTestGridSessionsRequest |
ListTestGridSessionsRequest.withCreationTimeAfter(Date creationTimeAfter)
Return only sessions created after this time.
|
ListTestGridSessionsRequest |
ListTestGridSessionsRequest.withCreationTimeBefore(Date creationTimeBefore)
Return only sessions created before this time.
|
ListTestGridSessionsRequest |
ListTestGridSessionsRequest.withEndTimeAfter(Date endTimeAfter)
Return only sessions that ended after this time.
|
ListTestGridSessionsRequest |
ListTestGridSessionsRequest.withEndTimeBefore(Date endTimeBefore)
Return only sessions that ended before this time.
|
ListTestGridSessionsRequest |
ListTestGridSessionsRequest.withMaxResult(Integer maxResult)
Return only this many results at a time.
|
ListTestGridSessionsRequest |
ListTestGridSessionsRequest.withNextToken(String nextToken)
Pagination token.
|
ListTestGridSessionsRequest |
ListTestGridSessionsRequest.withProjectArn(String projectArn)
ARN of a TestGridProject.
|
ListTestGridSessionsRequest |
ListTestGridSessionsRequest.withStatus(String status)
Return only sessions in this state.
|
ListTestGridSessionsRequest |
ListTestGridSessionsRequest.withStatus(TestGridSessionStatus status)
Return only sessions in this state.
|
Copyright © 2020. All rights reserved.