Uses of Class
software.amazon.awssdk.services.autoscaling.model.ProcessType
-
Packages that use ProcessType Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of ProcessType in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type ProcessType Modifier and Type Method Description List<ProcessType>DescribeScalingProcessTypesResponse. processes()The names of the process types.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type ProcessType Modifier and Type Method Description DescribeScalingProcessTypesResponse.BuilderDescribeScalingProcessTypesResponse.Builder. processes(ProcessType... processes)The names of the process types.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type ProcessType Modifier and Type Method Description DescribeScalingProcessTypesResponse.BuilderDescribeScalingProcessTypesResponse.Builder. processes(Collection<ProcessType> processes)The names of the process types.
-