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