Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.ListRecommendationSummariesResponse
-
Packages that use ListRecommendationSummariesResponse Package Description software.amazon.awssdk.services.costoptimizationhub You can use the Cost Optimization Hub API to programmatically identify, filter, aggregate, and quantify savings for your cost optimization recommendations across multiple Amazon Web Services Regions and Amazon Web Services accounts in your organization.software.amazon.awssdk.services.costoptimizationhub.paginators -
-
Uses of ListRecommendationSummariesResponse in software.amazon.awssdk.services.costoptimizationhub
Methods in software.amazon.awssdk.services.costoptimizationhub that return ListRecommendationSummariesResponse Modifier and Type Method Description default ListRecommendationSummariesResponseCostOptimizationHubClient. listRecommendationSummaries(Consumer<ListRecommendationSummariesRequest.Builder> listRecommendationSummariesRequest)Returns a concise representation of savings estimates for resources.default ListRecommendationSummariesResponseCostOptimizationHubClient. listRecommendationSummaries(ListRecommendationSummariesRequest listRecommendationSummariesRequest)Returns a concise representation of savings estimates for resources.Methods in software.amazon.awssdk.services.costoptimizationhub that return types with arguments of type ListRecommendationSummariesResponse Modifier and Type Method Description default CompletableFuture<ListRecommendationSummariesResponse>CostOptimizationHubAsyncClient. listRecommendationSummaries(Consumer<ListRecommendationSummariesRequest.Builder> listRecommendationSummariesRequest)Returns a concise representation of savings estimates for resources.default CompletableFuture<ListRecommendationSummariesResponse>CostOptimizationHubAsyncClient. listRecommendationSummaries(ListRecommendationSummariesRequest listRecommendationSummariesRequest)Returns a concise representation of savings estimates for resources. -
Uses of ListRecommendationSummariesResponse in software.amazon.awssdk.services.costoptimizationhub.paginators
Methods in software.amazon.awssdk.services.costoptimizationhub.paginators that return types with arguments of type ListRecommendationSummariesResponse Modifier and Type Method Description Iterator<ListRecommendationSummariesResponse>ListRecommendationSummariesIterable. iterator()Method parameters in software.amazon.awssdk.services.costoptimizationhub.paginators with type arguments of type ListRecommendationSummariesResponse Modifier and Type Method Description voidListRecommendationSummariesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecommendationSummariesResponse> subscriber)
-