Uses of Class
software.amazon.awssdk.services.launchwizard.model.WorkloadStatus
-
Packages that use WorkloadStatus Package Description software.amazon.awssdk.services.launchwizard.model -
-
Uses of WorkloadStatus in software.amazon.awssdk.services.launchwizard.model
Methods in software.amazon.awssdk.services.launchwizard.model that return WorkloadStatus Modifier and Type Method Description static WorkloadStatusWorkloadStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkloadStatusWorkloadData. status()The status of a workload.static WorkloadStatusWorkloadStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkloadStatus[]WorkloadStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.launchwizard.model that return types with arguments of type WorkloadStatus Modifier and Type Method Description static Set<WorkloadStatus>WorkloadStatus. knownValues()Methods in software.amazon.awssdk.services.launchwizard.model with parameters of type WorkloadStatus Modifier and Type Method Description WorkloadData.BuilderWorkloadData.Builder. status(WorkloadStatus status)The status of a workload.
-