Uses of Class
software.amazon.awssdk.services.emr.model.RemoveAutoScalingPolicyRequest
-
Packages that use RemoveAutoScalingPolicyRequest 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 RemoveAutoScalingPolicyRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type RemoveAutoScalingPolicyRequest Modifier and Type Method Description default CompletableFuture<RemoveAutoScalingPolicyResponse>EmrAsyncClient. removeAutoScalingPolicy(RemoveAutoScalingPolicyRequest 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. -
Uses of RemoveAutoScalingPolicyRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type RemoveAutoScalingPolicyRequest Modifier and Type Method Description SdkHttpFullRequestRemoveAutoScalingPolicyRequestMarshaller. marshall(RemoveAutoScalingPolicyRequest removeAutoScalingPolicyRequest)
-