Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
ManagedScalingPolicy |
ManagedScalingPolicy.clone() |
ManagedScalingPolicy |
RunJobFlowRequest.getManagedScalingPolicy()
The specified managed scaling policy for an Amazon EMR cluster.
|
ManagedScalingPolicy |
GetManagedScalingPolicyResult.getManagedScalingPolicy()
Specifies the managed scaling policy that is attached to an Amazon EMR cluster.
|
ManagedScalingPolicy |
PutManagedScalingPolicyRequest.getManagedScalingPolicy()
Specifies the constraints for the managed scaling policy.
|
ManagedScalingPolicy |
ManagedScalingPolicy.withComputeLimits(ComputeLimits computeLimits)
The EC2 unit limits for a managed scaling policy.
|
Modifier and Type | Method and Description |
---|---|
void |
RunJobFlowRequest.setManagedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)
The specified managed scaling policy for an Amazon EMR cluster.
|
void |
GetManagedScalingPolicyResult.setManagedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)
Specifies the managed scaling policy that is attached to an Amazon EMR cluster.
|
void |
PutManagedScalingPolicyRequest.setManagedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)
Specifies the constraints for the managed scaling policy.
|
RunJobFlowRequest |
RunJobFlowRequest.withManagedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)
The specified managed scaling policy for an Amazon EMR cluster.
|
GetManagedScalingPolicyResult |
GetManagedScalingPolicyResult.withManagedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)
Specifies the managed scaling policy that is attached to an Amazon EMR cluster.
|
PutManagedScalingPolicyRequest |
PutManagedScalingPolicyRequest.withManagedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)
Specifies the constraints for the managed scaling policy.
|
Copyright © 2021. All rights reserved.