| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSavingsPlansPurchaseRecommendationGenerationResponse> |
CostExplorerAsyncClient.listSavingsPlansPurchaseRecommendationGeneration(Consumer<ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder> listSavingsPlansPurchaseRecommendationGenerationRequest)
Retrieves a list of your historical recommendation generations within the past 30 days.
|
default ListSavingsPlansPurchaseRecommendationGenerationResponse |
CostExplorerClient.listSavingsPlansPurchaseRecommendationGeneration(Consumer<ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder> listSavingsPlansPurchaseRecommendationGenerationRequest)
Retrieves a list of your historical recommendation generations within the past 30 days.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.builder() |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder.generationStatus(GenerationStatus generationStatus)
The status of the recommendation generation.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder.generationStatus(String generationStatus)
The status of the recommendation generation.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder.nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder.pageSize(Integer pageSize)
The number of recommendations that you want returned in a single response object.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder.recommendationIds(Collection<String> recommendationIds)
The IDs for each specific recommendation.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder.recommendationIds(String... recommendationIds)
The IDs for each specific recommendation.
|
ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder |
ListSavingsPlansPurchaseRecommendationGenerationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder> |
ListSavingsPlansPurchaseRecommendationGenerationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.