| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
NotScaledReason |
NotScaledReason.clone() |
NotScaledReason |
NotScaledReason.withCode(String code)
A code that represents the reason for not scaling.
|
NotScaledReason |
NotScaledReason.withCurrentCapacity(Integer currentCapacity)
The current capacity.
|
NotScaledReason |
NotScaledReason.withMaxCapacity(Integer maxCapacity)
The maximum capacity.
|
NotScaledReason |
NotScaledReason.withMinCapacity(Integer minCapacity)
The minimum capacity.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotScaledReason> |
ScalingActivity.getNotScaledReasons()
Machine-readable data that describes the reason for a not scaled activity.
|
| Modifier and Type | Method and Description |
|---|---|
ScalingActivity |
ScalingActivity.withNotScaledReasons(NotScaledReason... notScaledReasons)
Machine-readable data that describes the reason for a not scaled activity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScalingActivity.setNotScaledReasons(Collection<NotScaledReason> notScaledReasons)
Machine-readable data that describes the reason for a not scaled activity.
|
ScalingActivity |
ScalingActivity.withNotScaledReasons(Collection<NotScaledReason> notScaledReasons)
Machine-readable data that describes the reason for a not scaled activity.
|
Copyright © 2024. All rights reserved.