| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce | 
 Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. | 
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<RemoveAutoScalingPolicyResult> | AbstractAmazonElasticMapReduceAsync. removeAutoScalingPolicyAsync(RemoveAutoScalingPolicyRequest request,
                            AsyncHandler<RemoveAutoScalingPolicyRequest,RemoveAutoScalingPolicyResult> asyncHandler) | 
| Future<RemoveAutoScalingPolicyResult> | AmazonElasticMapReduceAsync. removeAutoScalingPolicyAsync(RemoveAutoScalingPolicyRequest removeAutoScalingPolicyRequest,
                            AsyncHandler<RemoveAutoScalingPolicyRequest,RemoveAutoScalingPolicyResult> asyncHandler)
 Removes an automatic scaling policy from a specified instance group within an EMR cluster. | 
| Future<RemoveAutoScalingPolicyResult> | AmazonElasticMapReduceAsyncClient. removeAutoScalingPolicyAsync(RemoveAutoScalingPolicyRequest request,
                            AsyncHandler<RemoveAutoScalingPolicyRequest,RemoveAutoScalingPolicyResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoveAutoScalingPolicyRequest | RemoveAutoScalingPolicyRequest. clone() | 
| RemoveAutoScalingPolicyRequest | RemoveAutoScalingPolicyRequest. withClusterId(String clusterId)
 Specifies the ID of a cluster. | 
| RemoveAutoScalingPolicyRequest | RemoveAutoScalingPolicyRequest. withInstanceGroupId(String instanceGroupId)
 Specifies the ID of the instance group to which the scaling policy is applied. | 
Copyright © 2022. All rights reserved.