| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceUnderTest |
SuiteRunConfiguration.primaryDevice()
Sets the primary device for the test suite run.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceUnderTest> |
SuiteDefinitionInformation.defaultDevices()
Specifies the devices that are under test for the test suite.
|
List<DeviceUnderTest> |
SuiteDefinitionConfiguration.devices()
Gets the devices configured.
|
| Modifier and Type | Method and Description |
|---|---|
SuiteDefinitionInformation.Builder |
SuiteDefinitionInformation.Builder.defaultDevices(DeviceUnderTest... defaultDevices)
Specifies the devices that are under test for the test suite.
|
SuiteDefinitionConfiguration.Builder |
SuiteDefinitionConfiguration.Builder.devices(DeviceUnderTest... devices)
Gets the devices configured.
|
SuiteRunConfiguration.Builder |
SuiteRunConfiguration.Builder.primaryDevice(DeviceUnderTest primaryDevice)
Sets the primary device for the test suite run.
|
| Modifier and Type | Method and Description |
|---|---|
SuiteDefinitionInformation.Builder |
SuiteDefinitionInformation.Builder.defaultDevices(Collection<DeviceUnderTest> defaultDevices)
Specifies the devices that are under test for the test suite.
|
SuiteDefinitionConfiguration.Builder |
SuiteDefinitionConfiguration.Builder.devices(Collection<DeviceUnderTest> devices)
Gets the devices configured.
|
Copyright © 2023. All rights reserved.