Uses of Class
software.amazon.awssdk.services.autoscaling.model.SuspendedProcess
-
Packages that use SuspendedProcess Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of SuspendedProcess in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type SuspendedProcess Modifier and Type Method Description List<SuspendedProcess>AutoScalingGroup. suspendedProcesses()The suspended processes associated with the group.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type SuspendedProcess Modifier and Type Method Description AutoScalingGroup.BuilderAutoScalingGroup.Builder. suspendedProcesses(SuspendedProcess... suspendedProcesses)The suspended processes associated with the group.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type SuspendedProcess Modifier and Type Method Description AutoScalingGroup.BuilderAutoScalingGroup.Builder. suspendedProcesses(Collection<SuspendedProcess> suspendedProcesses)The suspended processes associated with the group.
-