Uses of Class
software.amazon.awssdk.services.costexplorer.model.GenerationStatus
-
Packages that use GenerationStatus Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of GenerationStatus in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return GenerationStatus Modifier and Type Method Description static GenerationStatusGenerationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GenerationStatusGenerationSummary. generationStatus()Indicates whether the recommendation generation succeeded, is processing, or failed.GenerationStatusListSavingsPlansPurchaseRecommendationGenerationRequest. generationStatus()The status of the recommendation generation.static GenerationStatusGenerationStatus. 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.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type GenerationStatus Modifier and Type Method Description static Set<GenerationStatus>GenerationStatus. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type GenerationStatus Modifier and Type Method Description GenerationSummary.BuilderGenerationSummary.Builder. generationStatus(GenerationStatus generationStatus)Indicates whether the recommendation generation succeeded, is processing, or failed.ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest.Builder. generationStatus(GenerationStatus generationStatus)The status of the recommendation generation.
-