| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static ListTestsResponse.Builder |
ListTestsResponse.builder() |
ListTestsResponse.Builder |
ListTestsResponse.Builder.nextToken(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.
|
ListTestsResponse.Builder |
ListTestsResponse.Builder.tests(Collection<Test> tests)
Information about the tests.
|
ListTestsResponse.Builder |
ListTestsResponse.Builder.tests(Test... tests)
Information about the tests.
|
ListTestsResponse.Builder |
ListTestsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTestsResponse.Builder> |
ListTestsResponse.serializableBuilderClass() |
Copyright © 2017. All rights reserved.