Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.model.SuspendedState.Builder
-
Packages that use SuspendedState.Builder Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of SuspendedState.Builder in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return SuspendedState.Builder Modifier and Type Method Description static SuspendedState.BuilderSuspendedState. builder()SuspendedState.BuilderSuspendedState.Builder. dynamicScalingInSuspended(Boolean dynamicScalingInSuspended)Whether scale in by a target tracking scaling policy or a step scaling policy is suspended.SuspendedState.BuilderSuspendedState.Builder. dynamicScalingOutSuspended(Boolean dynamicScalingOutSuspended)Whether scale out by a target tracking scaling policy or a step scaling policy is suspended.SuspendedState.BuilderSuspendedState.Builder. scheduledScalingSuspended(Boolean scheduledScalingSuspended)Whether scheduled scaling is suspended.SuspendedState.BuilderSuspendedState. toBuilder()Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type SuspendedState.Builder Modifier and Type Method Description static Class<? extends SuspendedState.Builder>SuspendedState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type SuspendedState.Builder Modifier and Type Method Description default RegisterScalableTargetRequest.BuilderRegisterScalableTargetRequest.Builder. suspendedState(Consumer<SuspendedState.Builder> suspendedState)An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling.default ScalableTarget.BuilderScalableTarget.Builder. suspendedState(Consumer<SuspendedState.Builder> suspendedState)Specifies whether the scaling activities for a scalable target are in a suspended state.
-