| Package | Description |
|---|---|
| com.amazonaws.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
SuiteDefinitionInformation |
SuiteDefinitionInformation.clone() |
SuiteDefinitionInformation |
SuiteDefinitionInformation.withCreatedAt(Date createdAt)
Date (in Unix epoch time) when the test suite was created.
|
SuiteDefinitionInformation |
SuiteDefinitionInformation.withDefaultDevices(Collection<DeviceUnderTest> defaultDevices)
Specifies the devices that are under test for the test suite.
|
SuiteDefinitionInformation |
SuiteDefinitionInformation.withDefaultDevices(DeviceUnderTest... defaultDevices)
Specifies the devices that are under test for the test suite.
|
SuiteDefinitionInformation |
SuiteDefinitionInformation.withIntendedForQualification(Boolean intendedForQualification)
Specifies if the test suite is intended for qualification.
|
SuiteDefinitionInformation |
SuiteDefinitionInformation.withIsLongDurationTest(Boolean isLongDurationTest)
Verifies if the test suite is a long duration test.
|
SuiteDefinitionInformation |
SuiteDefinitionInformation.withProtocol(Protocol protocol)
Gets the MQTT protocol that is configured in the suite definition.
|
SuiteDefinitionInformation |
SuiteDefinitionInformation.withProtocol(String protocol)
Gets the MQTT protocol that is configured in the suite definition.
|
SuiteDefinitionInformation |
SuiteDefinitionInformation.withSuiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite.
|
SuiteDefinitionInformation |
SuiteDefinitionInformation.withSuiteDefinitionName(String suiteDefinitionName)
Suite name of the test suite.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuiteDefinitionInformation> |
ListSuiteDefinitionsResult.getSuiteDefinitionInformationList()
An array of objects that provide summaries of information about the suite definitions in the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListSuiteDefinitionsResult |
ListSuiteDefinitionsResult.withSuiteDefinitionInformationList(SuiteDefinitionInformation... suiteDefinitionInformationList)
An array of objects that provide summaries of information about the suite definitions in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSuiteDefinitionsResult.setSuiteDefinitionInformationList(Collection<SuiteDefinitionInformation> suiteDefinitionInformationList)
An array of objects that provide summaries of information about the suite definitions in the list.
|
ListSuiteDefinitionsResult |
ListSuiteDefinitionsResult.withSuiteDefinitionInformationList(Collection<SuiteDefinitionInformation> suiteDefinitionInformationList)
An array of objects that provide summaries of information about the suite definitions in the list.
|
Copyright © 2023. All rights reserved.