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