| Package | Description |
|---|---|
| com.amazonaws.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
SuiteRunInformation |
SuiteRunInformation.clone() |
SuiteRunInformation |
SuiteRunInformation.withCreatedAt(Date createdAt)
Date (in Unix epoch time) when the suite run was created.
|
SuiteRunInformation |
SuiteRunInformation.withEndAt(Date endAt)
Date (in Unix epoch time) when the suite run ended.
|
SuiteRunInformation |
SuiteRunInformation.withFailed(Integer failed)
Number of test cases that failed in the suite run.
|
SuiteRunInformation |
SuiteRunInformation.withPassed(Integer passed)
Number of test cases that passed in the suite run.
|
SuiteRunInformation |
SuiteRunInformation.withStartedAt(Date startedAt)
Date (in Unix epoch time) when the suite run was started.
|
SuiteRunInformation |
SuiteRunInformation.withStatus(String status)
Status of the suite run.
|
SuiteRunInformation |
SuiteRunInformation.withStatus(SuiteRunStatus status)
Status of the suite run.
|
SuiteRunInformation |
SuiteRunInformation.withSuiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the suite run.
|
SuiteRunInformation |
SuiteRunInformation.withSuiteDefinitionName(String suiteDefinitionName)
Suite definition name of the suite run.
|
SuiteRunInformation |
SuiteRunInformation.withSuiteDefinitionVersion(String suiteDefinitionVersion)
Suite definition version of the suite run.
|
SuiteRunInformation |
SuiteRunInformation.withSuiteRunId(String suiteRunId)
Suite run ID of the suite run.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuiteRunInformation> |
ListSuiteRunsResult.getSuiteRunsList()
An array of objects that provide summaries of information about the suite runs in the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListSuiteRunsResult |
ListSuiteRunsResult.withSuiteRunsList(SuiteRunInformation... suiteRunsList)
An array of objects that provide summaries of information about the suite runs in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSuiteRunsResult.setSuiteRunsList(Collection<SuiteRunInformation> suiteRunsList)
An array of objects that provide summaries of information about the suite runs in the list.
|
ListSuiteRunsResult |
ListSuiteRunsResult.withSuiteRunsList(Collection<SuiteRunInformation> suiteRunsList)
An array of objects that provide summaries of information about the suite runs in the list.
|
Copyright © 2023. All rights reserved.