| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators | |
| software.amazon.awssdk.services.devicefarm.transform |
| 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 |
|---|---|
software.amazon.awssdk.core.pagination.async.SdkPublisher<Test> |
ListTestsPublisher.tests()
Returns a publisher that can be used to get a stream of data.
|
software.amazon.awssdk.core.pagination.SdkIterable<Test> |
ListTestsIterable.tests()
Returns an iterable to iterate through the paginated
ListTestsResponse.tests() member. |
| Modifier and Type | Method and Description |
|---|---|
Test |
TestUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestMarshaller.marshall(Test test,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.