Uses of Interface
software.amazon.awssdk.services.costexplorer.model.ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder
-
Packages that use ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder 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 -
-
Uses of ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder in software.amazon.awssdk.services.costexplorer
Method parameters in software.amazon.awssdk.services.costexplorer with type arguments of type ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSavingsPlansPurchaseRecommendationGenerationResponse>CostExplorerAsyncClient. listSavingsPlansPurchaseRecommendationGeneration(Consumer<ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder> listSavingsPlansPurchaseRecommendationGenerationRequest)Retrieves a list of your historical recommendation generations within the past 30 days.default ListSavingsPlansPurchaseRecommendationGenerationResponseCostExplorerClient. listSavingsPlansPurchaseRecommendationGeneration(Consumer<ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder> listSavingsPlansPurchaseRecommendationGenerationRequest)Retrieves a list of your historical recommendation generations within the past 30 days. -
Uses of ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder Modifier and Type Method Description static ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest. builder()ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest.Builder. generationStatus(String generationStatus)The status of the recommendation generation.ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest.Builder. generationStatus(GenerationStatus generationStatus)The status of the recommendation generation.ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest.Builder. nextPageToken(String nextPageToken)The token to retrieve the next set of results.ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest.Builder. pageSize(Integer pageSize)The number of recommendations that you want returned in a single response object.ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest.Builder. recommendationIds(String... recommendationIds)The IDs for each specific recommendation.ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest.Builder. recommendationIds(Collection<String> recommendationIds)The IDs for each specific recommendation.ListSavingsPlansPurchaseRecommendationGenerationRequest.BuilderListSavingsPlansPurchaseRecommendationGenerationRequest. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder Modifier and Type Method Description static Class<? extends ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder>ListSavingsPlansPurchaseRecommendationGenerationRequest. serializableBuilderClass()
-