Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.SuiteRunConfiguration
-
Packages that use SuiteRunConfiguration Package Description software.amazon.awssdk.services.iotdeviceadvisor.model -
-
Uses of SuiteRunConfiguration in software.amazon.awssdk.services.iotdeviceadvisor.model
Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return SuiteRunConfiguration Modifier and Type Method Description SuiteRunConfigurationGetSuiteRunResponse. suiteRunConfiguration()Suite run configuration for the test suite run.SuiteRunConfigurationStartSuiteRunRequest. suiteRunConfiguration()Suite run configuration.Methods in software.amazon.awssdk.services.iotdeviceadvisor.model with parameters of type SuiteRunConfiguration Modifier and Type Method Description GetSuiteRunResponse.BuilderGetSuiteRunResponse.Builder. suiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)Suite run configuration for the test suite run.StartSuiteRunRequest.BuilderStartSuiteRunRequest.Builder. suiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)Suite run configuration.
-