| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
static ScalableDimension |
ScalableDimension.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScalableDimension |
ScalingInstruction.scalableDimension()
The scalable dimension associated with the resource.
|
ScalableDimension |
GetScalingPlanResourceForecastDataRequest.scalableDimension()
The scalable dimension for the resource.
|
ScalableDimension |
ScalingPlanResource.scalableDimension()
The scalable dimension for the resource.
|
static ScalableDimension |
ScalableDimension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalableDimension[] |
ScalableDimension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ScalableDimension> |
ScalableDimension.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ScalingInstruction.Builder |
ScalingInstruction.Builder.scalableDimension(ScalableDimension scalableDimension)
The scalable dimension associated with the resource.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.scalableDimension(ScalableDimension scalableDimension)
The scalable dimension for the resource.
|
ScalingPlanResource.Builder |
ScalingPlanResource.Builder.scalableDimension(ScalableDimension scalableDimension)
The scalable dimension for the resource.
|
Copyright © 2023. All rights reserved.