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<GetManagedScalingPolicyResult> |
AmazonElasticMapReduceAsyncClient.getManagedScalingPolicyAsync(GetManagedScalingPolicyRequest request,
AsyncHandler<GetManagedScalingPolicyRequest,GetManagedScalingPolicyResult> asyncHandler) |
Future<GetManagedScalingPolicyResult> |
AmazonElasticMapReduceAsync.getManagedScalingPolicyAsync(GetManagedScalingPolicyRequest getManagedScalingPolicyRequest,
AsyncHandler<GetManagedScalingPolicyRequest,GetManagedScalingPolicyResult> asyncHandler)
Fetches the attached managed scaling policy for an Amazon EMR cluster.
|
Future<GetManagedScalingPolicyResult> |
AbstractAmazonElasticMapReduceAsync.getManagedScalingPolicyAsync(GetManagedScalingPolicyRequest request,
AsyncHandler<GetManagedScalingPolicyRequest,GetManagedScalingPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetManagedScalingPolicyRequest |
GetManagedScalingPolicyRequest.clone() |
GetManagedScalingPolicyRequest |
GetManagedScalingPolicyRequest.withClusterId(String clusterId)
Specifies the ID of the cluster for which the managed scaling policy will be fetched.
|
Copyright © 2023. All rights reserved.