Uses of Class
software.amazon.awssdk.services.emr.model.PutAutoScalingPolicyRequest
-
Packages that use PutAutoScalingPolicyRequest Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.transform -
-
Uses of PutAutoScalingPolicyRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type PutAutoScalingPolicyRequest Modifier and Type Method Description 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.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. -
Uses of PutAutoScalingPolicyRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type PutAutoScalingPolicyRequest Modifier and Type Method Description SdkHttpFullRequestPutAutoScalingPolicyRequestMarshaller. marshall(PutAutoScalingPolicyRequest putAutoScalingPolicyRequest)
-