Uses of Class
software.amazon.awssdk.services.batch.model.CEStatus
-
Packages that use CEStatus Package Description software.amazon.awssdk.services.batch.model -
-
Uses of CEStatus in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return CEStatus Modifier and Type Method Description static CEStatusCEStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CEStatusComputeEnvironmentDetail. status()The current status of the compute environment (for example,CREATINGorVALID).static CEStatusCEStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CEStatus[]CEStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type CEStatus Modifier and Type Method Description static Set<CEStatus>CEStatus. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type CEStatus Modifier and Type Method Description ComputeEnvironmentDetail.BuilderComputeEnvironmentDetail.Builder. status(CEStatus status)The current status of the compute environment (for example,CREATINGorVALID).
-