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