| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static GenerationStatus |
GenerationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GenerationStatus |
GenerationSummary.generationStatus()
Indicates whether the recommendation generation succeeded, is processing, or failed.
|
GenerationStatus |
ListSavingsPlansPurchaseRecommendationGenerationRequest.generationStatus()
The status of the recommendation generation.
|
static GenerationStatus |
GenerationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenerationStatus[] |
GenerationStatus.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<GenerationStatus> |
GenerationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GenerationSummary.Builder |
GenerationSummary.Builder.generationStatus(GenerationStatus generationStatus)
Indicates whether the recommendation generation succeeded, is processing, or failed.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder.generationStatus(GenerationStatus generationStatus)
The status of the recommendation generation.
|
Copyright © 2023. All rights reserved.