Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.SuspendedState
-
Packages that use SuspendedState Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of SuspendedState in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return SuspendedState Modifier and Type Method Description SuspendedStateRegisterScalableTargetRequest. suspendedState()An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling.SuspendedStateScalableTarget. suspendedState()Specifies whether the scaling activities for a scalable target are in a suspended state.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type SuspendedState Modifier and Type Method Description RegisterScalableTargetRequest.BuilderRegisterScalableTargetRequest.Builder. suspendedState(SuspendedState suspendedState)An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling.ScalableTarget.BuilderScalableTarget.Builder. suspendedState(SuspendedState suspendedState)Specifies whether the scaling activities for a scalable target are in a suspended state.
-