Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AdjustmentType> |
DescribeAdjustmentTypesResult.adjustmentTypes
The policy adjustment types.
|
Modifier and Type | Method and Description |
---|---|
AdjustmentType |
AdjustmentType.clone() |
AdjustmentType |
AdjustmentType.withAdjustmentType(java.lang.String adjustmentType)
The policy adjustment type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AdjustmentType> |
DescribeAdjustmentTypesResult.getAdjustmentTypes()
The policy adjustment types.
|
Modifier and Type | Method and Description |
---|---|
DescribeAdjustmentTypesResult |
DescribeAdjustmentTypesResult.withAdjustmentTypes(AdjustmentType... adjustmentTypes)
The policy adjustment types.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAdjustmentTypesResult.setAdjustmentTypes(java.util.Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
|
DescribeAdjustmentTypesResult |
DescribeAdjustmentTypesResult.withAdjustmentTypes(java.util.Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
|
Modifier and Type | Method and Description |
---|---|
AdjustmentType |
AdjustmentTypeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |