Uses of Class
software.amazon.awssdk.services.autoscaling.model.DeletePolicyRequest
-
Packages that use DeletePolicyRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of DeletePolicyRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type DeletePolicyRequest Modifier and Type Method Description default CompletableFuture<DeletePolicyResponse>AutoScalingAsyncClient. deletePolicy(DeletePolicyRequest deletePolicyRequest)Deletes the specified scaling policy.default DeletePolicyResponseAutoScalingClient. deletePolicy(DeletePolicyRequest deletePolicyRequest)Deletes the specified scaling policy. -
Uses of DeletePolicyRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type DeletePolicyRequest Modifier and Type Method Description SdkHttpFullRequestDeletePolicyRequestMarshaller. marshall(DeletePolicyRequest deletePolicyRequest)
-