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 AdjustmentType
AdjustmentType. clone()
AdjustmentType
AdjustmentType. 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 DescribeAdjustmentTypesResult
DescribeAdjustmentTypesResult. 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 void
DescribeAdjustmentTypesResult. setAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.DescribeAdjustmentTypesResult
DescribeAdjustmentTypesResult. withAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
-