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