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.BuilderGetManagedScalingPolicyResponse. builder()default GetManagedScalingPolicyResponse.BuilderGetManagedScalingPolicyResponse.Builder. managedScalingPolicy(Consumer<ManagedScalingPolicy.Builder> managedScalingPolicy)Specifies the managed scaling policy that is attached to an Amazon EMR cluster.GetManagedScalingPolicyResponse.BuilderGetManagedScalingPolicyResponse.Builder. managedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)Specifies the managed scaling policy that is attached to an Amazon EMR cluster.GetManagedScalingPolicyResponse.BuilderGetManagedScalingPolicyResponse. 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()
-