Uses of Class
software.amazon.awssdk.services.eventbridge.model.PlacementConstraint
Packages that use PlacementConstraint
-
Uses of PlacementConstraint in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type PlacementConstraintModifier and TypeMethodDescriptionfinal List<PlacementConstraint>EcsParameters.placementConstraints()An array of placement constraint objects to use for the task.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type PlacementConstraintModifier and TypeMethodDescriptionEcsParameters.Builder.placementConstraints(PlacementConstraint... placementConstraints) An array of placement constraint objects to use for the task.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type PlacementConstraintModifier and TypeMethodDescriptionEcsParameters.Builder.placementConstraints(Collection<PlacementConstraint> placementConstraints) An array of placement constraint objects to use for the task.