Uses of Class
software.amazon.awssdk.services.pipes.model.PlacementConstraint
-
Packages that use PlacementConstraint Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of PlacementConstraint in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type PlacementConstraint Modifier and Type Method Description List<PlacementConstraint>PipeTargetEcsTaskParameters. placementConstraints()An array of placement constraint objects to use for the task.Methods in software.amazon.awssdk.services.pipes.model with parameters of type PlacementConstraint Modifier and Type Method Description PipeTargetEcsTaskParameters.BuilderPipeTargetEcsTaskParameters.Builder. placementConstraints(PlacementConstraint... placementConstraints)An array of placement constraint objects to use for the task.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type PlacementConstraint Modifier and Type Method Description PipeTargetEcsTaskParameters.BuilderPipeTargetEcsTaskParameters.Builder. placementConstraints(Collection<PlacementConstraint> placementConstraints)An array of placement constraint objects to use for the task.
-