Uses of Class
software.amazon.awssdk.services.emr.model.RemoveAutoScalingPolicyResponse
-
Packages that use RemoveAutoScalingPolicyResponse Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. -
-
Uses of RemoveAutoScalingPolicyResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return RemoveAutoScalingPolicyResponse Modifier and Type Method Description default RemoveAutoScalingPolicyResponseEmrClient. removeAutoScalingPolicy(Consumer<RemoveAutoScalingPolicyRequest.Builder> removeAutoScalingPolicyRequest)Removes an automatic scaling policy from a specified instance group within an Amazon EMR cluster.default RemoveAutoScalingPolicyResponseEmrClient. removeAutoScalingPolicy(RemoveAutoScalingPolicyRequest removeAutoScalingPolicyRequest)Removes an automatic scaling policy from a specified instance group within an Amazon EMR cluster.Methods in software.amazon.awssdk.services.emr that return types with arguments of type RemoveAutoScalingPolicyResponse Modifier and Type Method Description default CompletableFuture<RemoveAutoScalingPolicyResponse>EmrAsyncClient. removeAutoScalingPolicy(Consumer<RemoveAutoScalingPolicyRequest.Builder> removeAutoScalingPolicyRequest)Removes an automatic scaling policy from a specified instance group within an Amazon EMR cluster.default CompletableFuture<RemoveAutoScalingPolicyResponse>EmrAsyncClient. removeAutoScalingPolicy(RemoveAutoScalingPolicyRequest removeAutoScalingPolicyRequest)Removes an automatic scaling policy from a specified instance group within an Amazon EMR cluster.
-