Uses of Class
com.amazonaws.services.autoscaling.model.AdjustmentType
-
Packages that use AdjustmentType Package Description com.amazonaws.services.autoscaling.model -
-
Uses of AdjustmentType in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return AdjustmentType Modifier and Type Method Description AdjustmentTypeAdjustmentType. clone()AdjustmentTypeAdjustmentType. withAdjustmentType(String adjustmentType)The policy adjustment type.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type AdjustmentType Modifier and Type Method Description List<AdjustmentType>DescribeAdjustmentTypesResult. getAdjustmentTypes()The policy adjustment types.Methods in com.amazonaws.services.autoscaling.model with parameters of type AdjustmentType Modifier and Type Method Description DescribeAdjustmentTypesResultDescribeAdjustmentTypesResult. withAdjustmentTypes(AdjustmentType... adjustmentTypes)The policy adjustment types.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type AdjustmentType Modifier and Type Method Description voidDescribeAdjustmentTypesResult. setAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)The policy adjustment types.DescribeAdjustmentTypesResultDescribeAdjustmentTypesResult. withAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)The policy adjustment types.
-