Uses of Class
com.amazonaws.services.autoscaling.model.ProcessType
Packages that use ProcessType
-
Uses of ProcessType in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return ProcessTypeModifier and TypeMethodDescriptionProcessType.clone()
ProcessType.withProcessName
(String processName) One of the following processes:Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type ProcessTypeModifier and TypeMethodDescriptionDescribeScalingProcessTypesResult.getProcesses()
The names of the process types.Methods in com.amazonaws.services.autoscaling.model with parameters of type ProcessTypeModifier and TypeMethodDescriptionDescribeScalingProcessTypesResult.withProcesses
(ProcessType... processes) The names of the process types.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type ProcessTypeModifier and TypeMethodDescriptionvoid
DescribeScalingProcessTypesResult.setProcesses
(Collection<ProcessType> processes) The names of the process types.DescribeScalingProcessTypesResult.withProcesses
(Collection<ProcessType> processes) The names of the process types.