Uses of Class
software.amazon.awssdk.services.emr.model.PutManagedScalingPolicyRequest
-
Packages that use PutManagedScalingPolicyRequest 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 PutManagedScalingPolicyRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type PutManagedScalingPolicyRequest Modifier and Type Method Description default CompletableFuture<PutManagedScalingPolicyResponse>EmrAsyncClient. putManagedScalingPolicy(PutManagedScalingPolicyRequest putManagedScalingPolicyRequest)Creates or updates a managed scaling policy for an Amazon EMR cluster.default PutManagedScalingPolicyResponseEmrClient. putManagedScalingPolicy(PutManagedScalingPolicyRequest putManagedScalingPolicyRequest)Creates or updates a managed scaling policy for an Amazon EMR cluster. -
Uses of PutManagedScalingPolicyRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type PutManagedScalingPolicyRequest Modifier and Type Method Description SdkHttpFullRequestPutManagedScalingPolicyRequestMarshaller. marshall(PutManagedScalingPolicyRequest putManagedScalingPolicyRequest)
-