| 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 |
|---|---|
ListTestsResult |
AWSDeviceFarmClient.listTests(ListTestsRequest request)
Gets information about tests in a given test suite.
|
ListTestsResult |
AbstractAWSDeviceFarm.listTests(ListTestsRequest request) |
ListTestsResult |
AWSDeviceFarm.listTests(ListTestsRequest listTestsRequest)
Gets information about tests in a given test suite.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTestsResult> |
AWSDeviceFarmAsync.listTestsAsync(ListTestsRequest listTestsRequest)
Gets information about tests in a given test suite.
|
Future<ListTestsResult> |
AbstractAWSDeviceFarmAsync.listTestsAsync(ListTestsRequest request) |
Future<ListTestsResult> |
AWSDeviceFarmAsyncClient.listTestsAsync(ListTestsRequest request) |
Future<ListTestsResult> |
AWSDeviceFarmAsync.listTestsAsync(ListTestsRequest listTestsRequest,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler)
Gets information about tests in a given test suite.
|
Future<ListTestsResult> |
AbstractAWSDeviceFarmAsync.listTestsAsync(ListTestsRequest request,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler) |
Future<ListTestsResult> |
AWSDeviceFarmAsyncClient.listTestsAsync(ListTestsRequest request,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTestsResult> |
AWSDeviceFarmAsync.listTestsAsync(ListTestsRequest listTestsRequest,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler)
Gets information about tests in a given test suite.
|
Future<ListTestsResult> |
AbstractAWSDeviceFarmAsync.listTestsAsync(ListTestsRequest request,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler) |
Future<ListTestsResult> |
AWSDeviceFarmAsyncClient.listTestsAsync(ListTestsRequest request,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTestsResult |
ListTestsResult.clone() |
ListTestsResult |
ListTestsResult.withNextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned.
|
ListTestsResult |
ListTestsResult.withTests(Collection<Test> tests)
Information about the tests.
|
ListTestsResult |
ListTestsResult.withTests(Test... tests)
Information about the tests.
|
Copyright © 2021. All rights reserved.