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