| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators |
| Modifier and Type | Method and Description |
|---|---|
Test |
GetTestResponse.test()
A test condition that is evaluated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Test> |
ListTestsResponse.tests()
Information about the tests.
|
| Modifier and Type | Method and Description |
|---|---|
GetTestResponse.Builder |
GetTestResponse.Builder.test(Test test)
A test condition that is evaluated.
|
ListTestsResponse.Builder |
ListTestsResponse.Builder.tests(Test... tests)
Information about the tests.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestsResponse.Builder |
ListTestsResponse.Builder.tests(Collection<Test> tests)
Information about the tests.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Test> |
ListTestsIterable.tests()
Returns an iterable to iterate through the paginated
ListTestsResponse.tests() member. |
SdkPublisher<Test> |
ListTestsPublisher.tests()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.