Uses of Class
software.amazon.awssdk.services.batch.model.CRType
-
Packages that use CRType Package Description software.amazon.awssdk.services.batch.model -
-
Uses of CRType in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return CRType Modifier and Type Method Description static CRTypeCRType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CRTypeComputeResource. type()The type of compute environment:EC2,SPOT,FARGATE, orFARGATE_SPOT.CRTypeComputeResourceUpdate. type()The type of compute environment:EC2,SPOT,FARGATE, orFARGATE_SPOT.static CRTypeCRType. valueOf(String name)Returns the enum constant of this type with the specified name.static CRType[]CRType. 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 CRType Modifier and Type Method Description static Set<CRType>CRType. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type CRType Modifier and Type Method Description ComputeResource.BuilderComputeResource.Builder. type(CRType type)The type of compute environment:EC2,SPOT,FARGATE, orFARGATE_SPOT.ComputeResourceUpdate.BuilderComputeResourceUpdate.Builder. type(CRType type)The type of compute environment:EC2,SPOT,FARGATE, orFARGATE_SPOT.
-