| Package | Description |
|---|---|
| com.amazonaws.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
SuiteRunInformation |
SuiteRunInformation.clone() |
SuiteRunInformation |
SuiteRunInformation.withCreatedAt(Date createdAt)
Get suite run information based on time suite was created.
|
SuiteRunInformation |
SuiteRunInformation.withEndAt(Date endAt)
Get suite run information based on end time of the run.
|
SuiteRunInformation |
SuiteRunInformation.withFailed(Integer failed)
Get suite run information based on result of the test suite run.
|
SuiteRunInformation |
SuiteRunInformation.withPassed(Integer passed)
Get suite run information based on result of the test suite run.
|
SuiteRunInformation |
SuiteRunInformation.withStartedAt(Date startedAt)
Get suite run information based on start time of the run.
|
SuiteRunInformation |
SuiteRunInformation.withStatus(String status)
Get suite run information based on test run status.
|
SuiteRunInformation |
SuiteRunInformation.withStatus(SuiteRunStatus status)
Get suite run information based on test run status.
|
SuiteRunInformation |
SuiteRunInformation.withSuiteDefinitionId(String suiteDefinitionId)
Get suite run information based on suite definition Id.
|
SuiteRunInformation |
SuiteRunInformation.withSuiteDefinitionName(String suiteDefinitionName)
Get suite run information based on suite definition name.
|
SuiteRunInformation |
SuiteRunInformation.withSuiteDefinitionVersion(String suiteDefinitionVersion)
Get suite run information based on suite definition version.
|
SuiteRunInformation |
SuiteRunInformation.withSuiteRunId(String suiteRunId)
Get suite run information based on suite run Id.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuiteRunInformation> |
ListSuiteRunsResult.getSuiteRunsList()
Lists the runs of the specified Device Advisor test suite.
|
| Modifier and Type | Method and Description |
|---|---|
ListSuiteRunsResult |
ListSuiteRunsResult.withSuiteRunsList(SuiteRunInformation... suiteRunsList)
Lists the runs of the specified Device Advisor test suite.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSuiteRunsResult.setSuiteRunsList(Collection<SuiteRunInformation> suiteRunsList)
Lists the runs of the specified Device Advisor test suite.
|
ListSuiteRunsResult |
ListSuiteRunsResult.withSuiteRunsList(Collection<SuiteRunInformation> suiteRunsList)
Lists the runs of the specified Device Advisor test suite.
|
Copyright © 2021. All rights reserved.