Uses of Class
software.amazon.awssdk.services.autoscaling.model.AdjustmentType
-
Packages that use AdjustmentType Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of AdjustmentType in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type AdjustmentType Modifier and Type Method Description List<AdjustmentType>DescribeAdjustmentTypesResponse. adjustmentTypes()The policy adjustment types.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type AdjustmentType Modifier and Type Method Description DescribeAdjustmentTypesResponse.BuilderDescribeAdjustmentTypesResponse.Builder. adjustmentTypes(AdjustmentType... adjustmentTypes)The policy adjustment types.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type AdjustmentType Modifier and Type Method Description DescribeAdjustmentTypesResponse.BuilderDescribeAdjustmentTypesResponse.Builder. adjustmentTypes(Collection<AdjustmentType> adjustmentTypes)The policy adjustment types.
-