| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
Suite |
GetSuiteResponse.suite()
A collection of one or more tests.
|
| Modifier and Type | Method and Description |
|---|---|
List<Suite> |
ListSuitesResponse.suites()
Information about the suites.
|
| Modifier and Type | Method and Description |
|---|---|
GetSuiteResponse.Builder |
GetSuiteResponse.Builder.suite(Suite suite)
A collection of one or more tests.
|
ListSuitesResponse.Builder |
ListSuitesResponse.Builder.suites(Suite... suites)
Information about the suites.
|
| Modifier and Type | Method and Description |
|---|---|
ListSuitesResponse.Builder |
ListSuitesResponse.Builder.suites(Collection<Suite> suites)
Information about the suites.
|
| Modifier and Type | Method and Description |
|---|---|
Suite |
SuiteUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SuiteMarshaller.marshall(Suite suite,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.