Uses of Interface
software.amazon.awssdk.services.emr.model.GetManagedScalingPolicyResponse.Builder
-
Packages that use GetManagedScalingPolicyResponse.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of GetManagedScalingPolicyResponse.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return GetManagedScalingPolicyResponse.Builder Modifier and Type Method Description static GetManagedScalingPolicyResponse.Builder
GetManagedScalingPolicyResponse. builder()
default GetManagedScalingPolicyResponse.Builder
GetManagedScalingPolicyResponse.Builder. managedScalingPolicy(Consumer<ManagedScalingPolicy.Builder> managedScalingPolicy)
Specifies the managed scaling policy that is attached to an Amazon EMR cluster.GetManagedScalingPolicyResponse.Builder
GetManagedScalingPolicyResponse.Builder. managedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)
Specifies the managed scaling policy that is attached to an Amazon EMR cluster.GetManagedScalingPolicyResponse.Builder
GetManagedScalingPolicyResponse. toBuilder()
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type GetManagedScalingPolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetManagedScalingPolicyResponse.Builder>
GetManagedScalingPolicyResponse. serializableBuilderClass()
-