Uses of Class
com.amazonaws.services.autoscaling.model.AdjustmentType
Packages that use AdjustmentType
-
Uses of AdjustmentType in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return AdjustmentTypeModifier and TypeMethodDescriptionAdjustmentType.clone()
AdjustmentType.withAdjustmentType
(String adjustmentType) The policy adjustment type.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type AdjustmentTypeModifier and TypeMethodDescriptionDescribeAdjustmentTypesResult.getAdjustmentTypes()
The policy adjustment types.Methods in com.amazonaws.services.autoscaling.model with parameters of type AdjustmentTypeModifier and TypeMethodDescriptionDescribeAdjustmentTypesResult.withAdjustmentTypes
(AdjustmentType... adjustmentTypes) The policy adjustment types.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type AdjustmentTypeModifier and TypeMethodDescriptionvoid
DescribeAdjustmentTypesResult.setAdjustmentTypes
(Collection<AdjustmentType> adjustmentTypes) The policy adjustment types.DescribeAdjustmentTypesResult.withAdjustmentTypes
(Collection<AdjustmentType> adjustmentTypes) The policy adjustment types.