| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
AdjustmentType |
AdjustmentType.withAdjustmentType(String adjustmentType)
A policy adjustment type.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdjustmentType> |
DescribeAdjustmentTypesResult.getAdjustmentTypes()
A list of specific policy adjustment types.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAdjustmentTypesResult |
DescribeAdjustmentTypesResult.withAdjustmentTypes(AdjustmentType... adjustmentTypes)
A list of specific policy adjustment types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAdjustmentTypesResult.setAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
A list of specific policy adjustment types.
|
DescribeAdjustmentTypesResult |
DescribeAdjustmentTypesResult.withAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
A list of specific policy adjustment types.
|
Copyright © 2014. All rights reserved.