Uses of Class
software.amazon.awssdk.services.pipes.model.BatchResourceRequirementType
-
Packages that use BatchResourceRequirementType Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of BatchResourceRequirementType in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return BatchResourceRequirementType Modifier and Type Method Description static BatchResourceRequirementTypeBatchResourceRequirementType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BatchResourceRequirementTypeBatchResourceRequirement. type()The type of resource to assign to a container.static BatchResourceRequirementTypeBatchResourceRequirementType. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchResourceRequirementType[]BatchResourceRequirementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type BatchResourceRequirementType Modifier and Type Method Description static Set<BatchResourceRequirementType>BatchResourceRequirementType. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type BatchResourceRequirementType Modifier and Type Method Description BatchResourceRequirement.BuilderBatchResourceRequirement.Builder. type(BatchResourceRequirementType type)The type of resource to assign to a container.
-