Uses of Interface
software.amazon.awssdk.services.autoscaling.AutoScalingClient
-
Packages that use AutoScalingClient Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.paginators software.amazon.awssdk.services.autoscaling.waiters -
-
Uses of AutoScalingClient in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return AutoScalingClient Modifier and Type Method Description static AutoScalingClientAutoScalingClient. create()Create aAutoScalingClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AutoScalingClient in software.amazon.awssdk.services.autoscaling.paginators
-
Uses of AutoScalingClient in software.amazon.awssdk.services.autoscaling.waiters
Methods in software.amazon.awssdk.services.autoscaling.waiters with parameters of type AutoScalingClient Modifier and Type Method Description AutoScalingWaiter.BuilderAutoScalingWaiter.Builder. client(AutoScalingClient client)Sets a customAutoScalingClientthat will be used to poll the resource
-