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<PutManagedScalingPolicyResult> |
AmazonElasticMapReduceAsync.putManagedScalingPolicyAsync(PutManagedScalingPolicyRequest putManagedScalingPolicyRequest,
AsyncHandler<PutManagedScalingPolicyRequest,PutManagedScalingPolicyResult> asyncHandler)
Creates or updates a managed scaling policy for an Amazon EMR cluster.
|
Future<PutManagedScalingPolicyResult> |
AbstractAmazonElasticMapReduceAsync.putManagedScalingPolicyAsync(PutManagedScalingPolicyRequest request,
AsyncHandler<PutManagedScalingPolicyRequest,PutManagedScalingPolicyResult> asyncHandler) |
Future<PutManagedScalingPolicyResult> |
AmazonElasticMapReduceAsyncClient.putManagedScalingPolicyAsync(PutManagedScalingPolicyRequest request,
AsyncHandler<PutManagedScalingPolicyRequest,PutManagedScalingPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutManagedScalingPolicyRequest |
PutManagedScalingPolicyRequest.clone() |
PutManagedScalingPolicyRequest |
PutManagedScalingPolicyRequest.withClusterId(String clusterId)
Specifies the ID of an EMR cluster where the managed scaling policy is attached.
|
PutManagedScalingPolicyRequest |
PutManagedScalingPolicyRequest.withManagedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)
Specifies the constraints for the managed scaling policy.
|
Copyright © 2020. All rights reserved.