| 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<ListTestGridSessionActionsResult> |
AWSDeviceFarmAsyncClient.listTestGridSessionActionsAsync(ListTestGridSessionActionsRequest request,
AsyncHandler<ListTestGridSessionActionsRequest,ListTestGridSessionActionsResult> asyncHandler) |
Future<ListTestGridSessionActionsResult> |
AWSDeviceFarmAsync.listTestGridSessionActionsAsync(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest,
AsyncHandler<ListTestGridSessionActionsRequest,ListTestGridSessionActionsResult> asyncHandler)
Returns a list of the actions taken in a TestGridSession.
|
Future<ListTestGridSessionActionsResult> |
AbstractAWSDeviceFarmAsync.listTestGridSessionActionsAsync(ListTestGridSessionActionsRequest request,
AsyncHandler<ListTestGridSessionActionsRequest,ListTestGridSessionActionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTestGridSessionActionsRequest |
ListTestGridSessionActionsRequest.clone() |
ListTestGridSessionActionsRequest |
ListTestGridSessionActionsRequest.withMaxResult(Integer maxResult)
The maximum number of sessions to return per response.
|
ListTestGridSessionActionsRequest |
ListTestGridSessionActionsRequest.withNextToken(String nextToken)
Pagination token.
|
ListTestGridSessionActionsRequest |
ListTestGridSessionActionsRequest.withSessionArn(String sessionArn)
The ARN of the session to retrieve.
|
Copyright © 2023. All rights reserved.