Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.DeleteScalingPolicyResponse
-
Packages that use DeleteScalingPolicyResponse Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources: -
-
Uses of DeleteScalingPolicyResponse in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return DeleteScalingPolicyResponse Modifier and Type Method Description default DeleteScalingPolicyResponseApplicationAutoScalingClient. deleteScalingPolicy(Consumer<DeleteScalingPolicyRequest.Builder> deleteScalingPolicyRequest)Deletes the specified scaling policy for an Application Auto Scaling scalable target.default DeleteScalingPolicyResponseApplicationAutoScalingClient. deleteScalingPolicy(DeleteScalingPolicyRequest deleteScalingPolicyRequest)Deletes the specified scaling policy for an Application Auto Scaling scalable target.Methods in software.amazon.awssdk.services.applicationautoscaling that return types with arguments of type DeleteScalingPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteScalingPolicyResponse>ApplicationAutoScalingAsyncClient. deleteScalingPolicy(Consumer<DeleteScalingPolicyRequest.Builder> deleteScalingPolicyRequest)Deletes the specified scaling policy for an Application Auto Scaling scalable target.default CompletableFuture<DeleteScalingPolicyResponse>ApplicationAutoScalingAsyncClient. deleteScalingPolicy(DeleteScalingPolicyRequest deleteScalingPolicyRequest)Deletes the specified scaling policy for an Application Auto Scaling scalable target.
-