Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.DeviceUnderTest
-
Packages that use DeviceUnderTest Package Description software.amazon.awssdk.services.iotdeviceadvisor.model -
-
Uses of DeviceUnderTest in software.amazon.awssdk.services.iotdeviceadvisor.model
Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return DeviceUnderTest Modifier and Type Method Description DeviceUnderTestSuiteRunConfiguration. primaryDevice()Sets the primary device for the test suite run.Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return types with arguments of type DeviceUnderTest Modifier and Type Method Description List<DeviceUnderTest>SuiteDefinitionInformation. defaultDevices()Specifies the devices that are under test for the test suite.List<DeviceUnderTest>SuiteDefinitionConfiguration. devices()Gets the devices configured.Methods in software.amazon.awssdk.services.iotdeviceadvisor.model with parameters of type DeviceUnderTest Modifier and Type Method Description SuiteDefinitionInformation.BuilderSuiteDefinitionInformation.Builder. defaultDevices(DeviceUnderTest... defaultDevices)Specifies the devices that are under test for the test suite.SuiteDefinitionConfiguration.BuilderSuiteDefinitionConfiguration.Builder. devices(DeviceUnderTest... devices)Gets the devices configured.SuiteRunConfiguration.BuilderSuiteRunConfiguration.Builder. primaryDevice(DeviceUnderTest primaryDevice)Sets the primary device for the test suite run.Method parameters in software.amazon.awssdk.services.iotdeviceadvisor.model with type arguments of type DeviceUnderTest Modifier and Type Method Description SuiteDefinitionInformation.BuilderSuiteDefinitionInformation.Builder. defaultDevices(Collection<DeviceUnderTest> defaultDevices)Specifies the devices that are under test for the test suite.SuiteDefinitionConfiguration.BuilderSuiteDefinitionConfiguration.Builder. devices(Collection<DeviceUnderTest> devices)Gets the devices configured.
-