Uses of Class
software.amazon.awssdk.services.ecs.model.AutoScalingGroupProvider
-
Packages that use AutoScalingGroupProvider Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of AutoScalingGroupProvider in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return AutoScalingGroupProvider Modifier and Type Method Description AutoScalingGroupProviderCapacityProvider. autoScalingGroupProvider()The Auto Scaling group settings for the capacity provider.AutoScalingGroupProviderCreateCapacityProviderRequest. autoScalingGroupProvider()The details of the Auto Scaling group for the capacity provider.Methods in software.amazon.awssdk.services.ecs.model with parameters of type AutoScalingGroupProvider Modifier and Type Method Description CapacityProvider.BuilderCapacityProvider.Builder. autoScalingGroupProvider(AutoScalingGroupProvider autoScalingGroupProvider)The Auto Scaling group settings for the capacity provider.CreateCapacityProviderRequest.BuilderCreateCapacityProviderRequest.Builder. autoScalingGroupProvider(AutoScalingGroupProvider autoScalingGroupProvider)The details of the Auto Scaling group for the capacity provider.
-