Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private Suite |
GetSuiteResult.suite |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Suite> |
ListSuitesResult.suites
Information about the suites.
|
Modifier and Type | Method and Description |
---|---|
Suite |
Suite.clone() |
Suite |
GetSuiteResult.getSuite() |
Suite |
Suite.withArn(java.lang.String arn)
The suite's ARN.
|
Suite |
Suite.withCounters(Counters counters)
The suite's result counters.
|
Suite |
Suite.withCreated(java.util.Date created)
When the suite was created.
|
Suite |
Suite.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test
suite.
|
Suite |
Suite.withMessage(java.lang.String message)
A message about the suite's result.
|
Suite |
Suite.withName(java.lang.String name)
The suite's name.
|
Suite |
Suite.withResult(ExecutionResult result)
The suite's result.
|
Suite |
Suite.withResult(java.lang.String result)
The suite's result.
|
Suite |
Suite.withStarted(java.util.Date started)
The suite's start time.
|
Suite |
Suite.withStatus(ExecutionStatus status)
The suite's status.
|
Suite |
Suite.withStatus(java.lang.String status)
The suite's status.
|
Suite |
Suite.withStopped(java.util.Date stopped)
The suite's stop time.
|
Suite |
Suite.withType(java.lang.String type)
The suite's type.
|
Suite |
Suite.withType(TestType type)
The suite's type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Suite> |
ListSuitesResult.getSuites()
Information about the suites.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSuiteResult.setSuite(Suite suite) |
GetSuiteResult |
GetSuiteResult.withSuite(Suite suite) |
ListSuitesResult |
ListSuitesResult.withSuites(Suite... suites)
Information about the suites.
|
Modifier and Type | Method and Description |
---|---|
void |
ListSuitesResult.setSuites(java.util.Collection<Suite> suites)
Information about the suites.
|
ListSuitesResult |
ListSuitesResult.withSuites(java.util.Collection<Suite> suites)
Information about the suites.
|
Modifier and Type | Method and Description |
---|---|
Suite |
SuiteJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SuiteJsonMarshaller.marshall(Suite suite,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|