Uses of Enum
software.amazon.awssdk.services.eventbridge.model.PlacementConstraintType
Packages that use PlacementConstraintType
-
Uses of PlacementConstraintType in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return PlacementConstraintTypeModifier and TypeMethodDescriptionstatic PlacementConstraintTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PlacementConstraintTypePlacementConstraint.type()The type of constraint.static PlacementConstraintTypeReturns 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.eventbridge.model that return types with arguments of type PlacementConstraintTypeModifier and TypeMethodDescriptionstatic Set<PlacementConstraintType>PlacementConstraintType.knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type PlacementConstraintTypeModifier and TypeMethodDescriptionPlacementConstraint.Builder.type(PlacementConstraintType type) The type of constraint.