| 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 |
|---|---|
ListTestGridSessionActionsResult |
AWSDeviceFarmClient.listTestGridSessionActions(ListTestGridSessionActionsRequest request)
Returns a list of the actions taken in a TestGridSession.
|
ListTestGridSessionActionsResult |
AWSDeviceFarm.listTestGridSessionActions(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest)
Returns a list of the actions taken in a TestGridSession.
|
ListTestGridSessionActionsResult |
AbstractAWSDeviceFarm.listTestGridSessionActions(ListTestGridSessionActionsRequest request) |
| 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 |
|---|---|
ListTestGridSessionActionsResult |
ListTestGridSessionActionsResult.clone() |
ListTestGridSessionActionsResult |
ListTestGridSessionActionsResult.withActions(Collection<TestGridSessionAction> actions)
The action taken by the session.
|
ListTestGridSessionActionsResult |
ListTestGridSessionActionsResult.withActions(TestGridSessionAction... actions)
The action taken by the session.
|
ListTestGridSessionActionsResult |
ListTestGridSessionActionsResult.withNextToken(String nextToken)
Pagination token.
|
Copyright © 2023. All rights reserved.