Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Method and Description |
---|---|
ListTestsResult |
AbstractAWSDeviceFarm.listTests(ListTestsRequest request) |
ListTestsResult |
AWSDeviceFarmClient.listTests(ListTestsRequest listTestsRequest)
Gets information about tests.
|
ListTestsResult |
AWSDeviceFarm.listTests(ListTestsRequest listTestsRequest)
Gets information about tests.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListTestsResult> |
AbstractAWSDeviceFarmAsync.listTestsAsync(ListTestsRequest request) |
java.util.concurrent.Future<ListTestsResult> |
AWSDeviceFarmAsyncClient.listTestsAsync(ListTestsRequest request) |
java.util.concurrent.Future<ListTestsResult> |
AWSDeviceFarmAsync.listTestsAsync(ListTestsRequest listTestsRequest)
Gets information about tests.
|
java.util.concurrent.Future<ListTestsResult> |
AbstractAWSDeviceFarmAsync.listTestsAsync(ListTestsRequest request,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler) |
java.util.concurrent.Future<ListTestsResult> |
AWSDeviceFarmAsyncClient.listTestsAsync(ListTestsRequest request,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler) |
java.util.concurrent.Future<ListTestsResult> |
AWSDeviceFarmAsync.listTestsAsync(ListTestsRequest listTestsRequest,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler)
Gets information about tests.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListTestsResult> |
AbstractAWSDeviceFarmAsync.listTestsAsync(ListTestsRequest request,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler) |
java.util.concurrent.Future<ListTestsResult> |
AWSDeviceFarmAsyncClient.listTestsAsync(ListTestsRequest request,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler) |
java.util.concurrent.Future<ListTestsResult> |
AWSDeviceFarmAsync.listTestsAsync(ListTestsRequest listTestsRequest,
AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler)
Gets information about tests.
|
Modifier and Type | Method and Description |
---|---|
ListTestsResult |
ListTestsResult.clone() |
ListTestsResult |
ListTestsResult.withNextToken(java.lang.String nextToken)
If the number of items that are returned is significantly large, this is
an identifier that is also returned, which can be used in a subsequent
call to this operation to return the next set of items in the list.
|
ListTestsResult |
ListTestsResult.withTests(java.util.Collection<Test> tests)
Information about the tests.
|
ListTestsResult |
ListTestsResult.withTests(Test... tests)
Information about the tests.
|
Modifier and Type | Method and Description |
---|---|
ListTestsResult |
ListTestsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |