| 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<ListTestGridSessionArtifactsResult> |
AbstractAWSDeviceFarmAsync.listTestGridSessionArtifactsAsync(ListTestGridSessionArtifactsRequest request,
AsyncHandler<ListTestGridSessionArtifactsRequest,ListTestGridSessionArtifactsResult> asyncHandler) |
Future<ListTestGridSessionArtifactsResult> |
AWSDeviceFarmAsync.listTestGridSessionArtifactsAsync(ListTestGridSessionArtifactsRequest listTestGridSessionArtifactsRequest,
AsyncHandler<ListTestGridSessionArtifactsRequest,ListTestGridSessionArtifactsResult> asyncHandler)
Retrieves a list of artifacts created during the session.
|
Future<ListTestGridSessionArtifactsResult> |
AWSDeviceFarmAsyncClient.listTestGridSessionArtifactsAsync(ListTestGridSessionArtifactsRequest request,
AsyncHandler<ListTestGridSessionArtifactsRequest,ListTestGridSessionArtifactsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTestGridSessionArtifactsRequest |
ListTestGridSessionArtifactsRequest.clone() |
ListTestGridSessionArtifactsRequest |
ListTestGridSessionArtifactsRequest.withMaxResult(Integer maxResult)
The maximum number of results to be returned by a request.
|
ListTestGridSessionArtifactsRequest |
ListTestGridSessionArtifactsRequest.withNextToken(String nextToken)
Pagination token.
|
ListTestGridSessionArtifactsRequest |
ListTestGridSessionArtifactsRequest.withSessionArn(String sessionArn)
The ARN of a TestGridSession.
|
ListTestGridSessionArtifactsRequest |
ListTestGridSessionArtifactsRequest.withType(String type)
Limit results to a specified type of artifact.
|
ListTestGridSessionArtifactsRequest |
ListTestGridSessionArtifactsRequest.withType(TestGridSessionArtifactCategory type)
Limit results to a specified type of artifact.
|
Copyright © 2023. All rights reserved.