Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.DeleteScalingPolicyRequest
-
Packages that use DeleteScalingPolicyRequest Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources:software.amazon.awssdk.services.applicationautoscaling.transform -
-
Uses of DeleteScalingPolicyRequest in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling with parameters of type DeleteScalingPolicyRequest Modifier and Type Method Description default CompletableFuture<DeleteScalingPolicyResponse>ApplicationAutoScalingAsyncClient. deleteScalingPolicy(DeleteScalingPolicyRequest 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. -
Uses of DeleteScalingPolicyRequest in software.amazon.awssdk.services.applicationautoscaling.transform
Methods in software.amazon.awssdk.services.applicationautoscaling.transform with parameters of type DeleteScalingPolicyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteScalingPolicyRequestMarshaller. marshall(DeleteScalingPolicyRequest deleteScalingPolicyRequest)
-