| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static RightsizingType |
RightsizingType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RightsizingType |
RightsizingRecommendation.rightsizingType()
A recommendation to either terminate or modify the resource.
|
static RightsizingType |
RightsizingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RightsizingType[] |
RightsizingType.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<RightsizingType> |
RightsizingType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RightsizingRecommendation.Builder |
RightsizingRecommendation.Builder.rightsizingType(RightsizingType rightsizingType)
A recommendation to either terminate or modify the resource.
|
Copyright © 2022. All rights reserved.