Package | Description |
---|---|
software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easy to process large amounts of data efficiently.
|
Modifier and Type | Method and Description |
---|---|
default RemoveAutoScalingPolicyResponse |
EmrClient.removeAutoScalingPolicy(Consumer<RemoveAutoScalingPolicyRequest.Builder> removeAutoScalingPolicyRequest)
Removes an automatic scaling policy from a specified instance group within an EMR cluster.
|
default RemoveAutoScalingPolicyResponse |
EmrClient.removeAutoScalingPolicy(RemoveAutoScalingPolicyRequest removeAutoScalingPolicyRequest)
Removes an automatic scaling policy from a specified instance group within an EMR cluster.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<RemoveAutoScalingPolicyResponse> |
EmrAsyncClient.removeAutoScalingPolicy(Consumer<RemoveAutoScalingPolicyRequest.Builder> removeAutoScalingPolicyRequest)
Removes an automatic scaling policy from a specified instance group within an EMR cluster.
|
default CompletableFuture<RemoveAutoScalingPolicyResponse> |
EmrAsyncClient.removeAutoScalingPolicy(RemoveAutoScalingPolicyRequest removeAutoScalingPolicyRequest)
Removes an automatic scaling policy from a specified instance group within an EMR cluster.
|
Copyright © 2019. All rights reserved.