Uses of Class
software.amazon.awssdk.services.emr.model.PutAutoScalingPolicyResponse
-
Packages that use PutAutoScalingPolicyResponse 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 PutAutoScalingPolicyResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return PutAutoScalingPolicyResponse Modifier and Type Method Description default PutAutoScalingPolicyResponseEmrClient. putAutoScalingPolicy(Consumer<PutAutoScalingPolicyRequest.Builder> putAutoScalingPolicyRequest)Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster.default PutAutoScalingPolicyResponseEmrClient. putAutoScalingPolicy(PutAutoScalingPolicyRequest putAutoScalingPolicyRequest)Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster.Methods in software.amazon.awssdk.services.emr that return types with arguments of type PutAutoScalingPolicyResponse Modifier and Type Method Description default CompletableFuture<PutAutoScalingPolicyResponse>EmrAsyncClient. putAutoScalingPolicy(Consumer<PutAutoScalingPolicyRequest.Builder> putAutoScalingPolicyRequest)Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster.default CompletableFuture<PutAutoScalingPolicyResponse>EmrAsyncClient. putAutoScalingPolicy(PutAutoScalingPolicyRequest putAutoScalingPolicyRequest)Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster.
-