Uses of Class
software.amazon.awssdk.services.pipes.model.PlacementConstraintType
-
Packages that use PlacementConstraintType Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of PlacementConstraintType in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return PlacementConstraintType Modifier and Type Method Description static PlacementConstraintTypePlacementConstraintType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlacementConstraintTypePlacementConstraint. type()The type of constraint.static PlacementConstraintTypePlacementConstraintType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlacementConstraintType[]PlacementConstraintType. 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 PlacementConstraintType Modifier and Type Method Description static Set<PlacementConstraintType>PlacementConstraintType. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type PlacementConstraintType Modifier and Type Method Description PlacementConstraint.BuilderPlacementConstraint.Builder. type(PlacementConstraintType type)The type of constraint.
-