| Package | Description |
|---|---|
| com.amazonaws.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceUnderTest |
DeviceUnderTest.clone() |
DeviceUnderTest |
SuiteRunConfiguration.getPrimaryDevice()
Sets the primary device for the test suite run.
|
DeviceUnderTest |
DeviceUnderTest.withCertificateArn(String certificateArn)
Lists device's certificate ARN.
|
DeviceUnderTest |
DeviceUnderTest.withDeviceRoleArn(String deviceRoleArn)
Lists device's role ARN.
|
DeviceUnderTest |
DeviceUnderTest.withThingArn(String thingArn)
Lists device's thing ARN.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceUnderTest> |
SuiteDefinitionInformation.getDefaultDevices()
Specifies the devices that are under test for the test suite.
|
List<DeviceUnderTest> |
SuiteDefinitionConfiguration.getDevices()
Gets the devices configured.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuiteRunConfiguration.setPrimaryDevice(DeviceUnderTest primaryDevice)
Sets the primary device for the test suite run.
|
SuiteDefinitionInformation |
SuiteDefinitionInformation.withDefaultDevices(DeviceUnderTest... defaultDevices)
Specifies the devices that are under test for the test suite.
|
SuiteDefinitionConfiguration |
SuiteDefinitionConfiguration.withDevices(DeviceUnderTest... devices)
Gets the devices configured.
|
SuiteRunConfiguration |
SuiteRunConfiguration.withPrimaryDevice(DeviceUnderTest primaryDevice)
Sets the primary device for the test suite run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuiteDefinitionInformation.setDefaultDevices(Collection<DeviceUnderTest> defaultDevices)
Specifies the devices that are under test for the test suite.
|
void |
SuiteDefinitionConfiguration.setDevices(Collection<DeviceUnderTest> devices)
Gets the devices configured.
|
SuiteDefinitionInformation |
SuiteDefinitionInformation.withDefaultDevices(Collection<DeviceUnderTest> defaultDevices)
Specifies the devices that are under test for the test suite.
|
SuiteDefinitionConfiguration |
SuiteDefinitionConfiguration.withDevices(Collection<DeviceUnderTest> devices)
Gets the devices configured.
|
Copyright © 2024. All rights reserved.