| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
GenerationSummary |
GenerationSummary.clone() |
GenerationSummary |
GenerationSummary.withEstimatedCompletionTime(String estimatedCompletionTime)
Indicates the estimated time for when the recommendation generation will complete.
|
GenerationSummary |
GenerationSummary.withGenerationCompletionTime(String generationCompletionTime)
Indicates the completion time of the recommendation generation.
|
GenerationSummary |
GenerationSummary.withGenerationStartedTime(String generationStartedTime)
Indicates the start time of the recommendation generation.
|
GenerationSummary |
GenerationSummary.withGenerationStatus(GenerationStatus generationStatus)
Indicates whether the recommendation generation succeeded, is processing, or failed.
|
GenerationSummary |
GenerationSummary.withGenerationStatus(String generationStatus)
Indicates whether the recommendation generation succeeded, is processing, or failed.
|
GenerationSummary |
GenerationSummary.withRecommendationId(String recommendationId)
Indicates the ID for this specific recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<GenerationSummary> |
ListSavingsPlansPurchaseRecommendationGenerationResult.getGenerationSummaryList()
The list of historical recommendation generations.
|
| Modifier and Type | Method and Description |
|---|---|
ListSavingsPlansPurchaseRecommendationGenerationResult |
ListSavingsPlansPurchaseRecommendationGenerationResult.withGenerationSummaryList(GenerationSummary... generationSummaryList)
The list of historical recommendation generations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSavingsPlansPurchaseRecommendationGenerationResult.setGenerationSummaryList(Collection<GenerationSummary> generationSummaryList)
The list of historical recommendation generations.
|
ListSavingsPlansPurchaseRecommendationGenerationResult |
ListSavingsPlansPurchaseRecommendationGenerationResult.withGenerationSummaryList(Collection<GenerationSummary> generationSummaryList)
The list of historical recommendation generations.
|
Copyright © 2024. All rights reserved.