| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| 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 |
|---|---|
Test |
TestUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestMarshaller.marshall(Test test,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.