Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.SuiteRunStatus
-
Packages that use SuiteRunStatus Package Description software.amazon.awssdk.services.iotdeviceadvisor.model -
-
Uses of SuiteRunStatus in software.amazon.awssdk.services.iotdeviceadvisor.model
Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return SuiteRunStatus Modifier and Type Method Description static SuiteRunStatusSuiteRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SuiteRunStatusGetSuiteRunResponse. status()Status for the test suite run.SuiteRunStatusSuiteRunInformation. status()Status of the suite run.static SuiteRunStatusSuiteRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SuiteRunStatus[]SuiteRunStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return types with arguments of type SuiteRunStatus Modifier and Type Method Description static Set<SuiteRunStatus>SuiteRunStatus. knownValues()Methods in software.amazon.awssdk.services.iotdeviceadvisor.model with parameters of type SuiteRunStatus Modifier and Type Method Description GetSuiteRunResponse.BuilderGetSuiteRunResponse.Builder. status(SuiteRunStatus status)Status for the test suite run.SuiteRunInformation.BuilderSuiteRunInformation.Builder. status(SuiteRunStatus status)Status of the suite run.
-