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