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