Uses of Class
software.amazon.awssdk.services.batch.model.CEState
-
Packages that use CEState Package Description software.amazon.awssdk.services.batch.model -
-
Uses of CEState in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return CEState Modifier and Type Method Description static CEStateCEState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CEStateComputeEnvironmentDetail. state()The state of the compute environment.CEStateCreateComputeEnvironmentRequest. state()The state of the compute environment.CEStateUpdateComputeEnvironmentRequest. state()The state of the compute environment.static CEStateCEState. valueOf(String name)Returns the enum constant of this type with the specified name.static CEState[]CEState. 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 CEState Modifier and Type Method Description static Set<CEState>CEState. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type CEState Modifier and Type Method Description ComputeEnvironmentDetail.BuilderComputeEnvironmentDetail.Builder. state(CEState state)The state of the compute environment.CreateComputeEnvironmentRequest.BuilderCreateComputeEnvironmentRequest.Builder. state(CEState state)The state of the compute environment.UpdateComputeEnvironmentRequest.BuilderUpdateComputeEnvironmentRequest.Builder. state(CEState state)The state of the compute environment.
-