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