Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.RegisterScalableTargetResponse
-
Packages that use RegisterScalableTargetResponse Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources: -
-
Uses of RegisterScalableTargetResponse in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return RegisterScalableTargetResponse Modifier and Type Method Description default RegisterScalableTargetResponseApplicationAutoScalingClient. registerScalableTarget(Consumer<RegisterScalableTargetRequest.Builder> registerScalableTargetRequest)Registers or updates a scalable target, which is the resource that you want to scale.default RegisterScalableTargetResponseApplicationAutoScalingClient. registerScalableTarget(RegisterScalableTargetRequest registerScalableTargetRequest)Registers or updates a scalable target, which is the resource that you want to scale.Methods in software.amazon.awssdk.services.applicationautoscaling that return types with arguments of type RegisterScalableTargetResponse Modifier and Type Method Description default CompletableFuture<RegisterScalableTargetResponse>ApplicationAutoScalingAsyncClient. registerScalableTarget(Consumer<RegisterScalableTargetRequest.Builder> registerScalableTargetRequest)Registers or updates a scalable target, which is the resource that you want to scale.default CompletableFuture<RegisterScalableTargetResponse>ApplicationAutoScalingAsyncClient. registerScalableTarget(RegisterScalableTargetRequest registerScalableTargetRequest)Registers or updates a scalable target, which is the resource that you want to scale.
-