Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce |
Amazon EMR is a web service that makes it easy to process large amounts of data efficiently.
|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
PutAutoScalingPolicyResult |
AmazonElasticMapReduceClient.putAutoScalingPolicy(PutAutoScalingPolicyRequest request)
Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR
cluster.
|
PutAutoScalingPolicyResult |
AbstractAmazonElasticMapReduce.putAutoScalingPolicy(PutAutoScalingPolicyRequest request) |
PutAutoScalingPolicyResult |
AmazonElasticMapReduce.putAutoScalingPolicy(PutAutoScalingPolicyRequest putAutoScalingPolicyRequest)
Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR
cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<PutAutoScalingPolicyResult> |
AbstractAmazonElasticMapReduceAsync.putAutoScalingPolicyAsync(PutAutoScalingPolicyRequest request,
AsyncHandler<PutAutoScalingPolicyRequest,PutAutoScalingPolicyResult> asyncHandler) |
Future<PutAutoScalingPolicyResult> |
AmazonElasticMapReduceAsync.putAutoScalingPolicyAsync(PutAutoScalingPolicyRequest putAutoScalingPolicyRequest,
AsyncHandler<PutAutoScalingPolicyRequest,PutAutoScalingPolicyResult> asyncHandler)
Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR
cluster.
|
Future<PutAutoScalingPolicyResult> |
AmazonElasticMapReduceAsyncClient.putAutoScalingPolicyAsync(PutAutoScalingPolicyRequest request,
AsyncHandler<PutAutoScalingPolicyRequest,PutAutoScalingPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutAutoScalingPolicyResult |
PutAutoScalingPolicyResult.clone() |
PutAutoScalingPolicyResult |
PutAutoScalingPolicyResult.withAutoScalingPolicy(AutoScalingPolicyDescription autoScalingPolicy)
The automatic scaling policy definition.
|
PutAutoScalingPolicyResult |
PutAutoScalingPolicyResult.withClusterId(String clusterId)
Specifies the ID of a cluster.
|
PutAutoScalingPolicyResult |
PutAutoScalingPolicyResult.withInstanceGroupId(String instanceGroupId)
Specifies the ID of the instance group to which the scaling policy is applied.
|
Copyright © 2018. All rights reserved.