Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.ListRecommendationsRequest
-
Packages that use ListRecommendationsRequest 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 software.amazon.awssdk.services.costoptimizationhub.transform -
-
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.costoptimizationhub
Methods in software.amazon.awssdk.services.costoptimizationhub with parameters of type ListRecommendationsRequest Modifier and Type Method Description default CompletableFuture<ListRecommendationsResponse>CostOptimizationHubAsyncClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Returns a list of recommendations.default ListRecommendationsResponseCostOptimizationHubClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Returns a list of recommendations.default ListRecommendationsPublisherCostOptimizationHubAsyncClient. listRecommendationsPaginator(ListRecommendationsRequest listRecommendationsRequest)default ListRecommendationsIterableCostOptimizationHubClient. listRecommendationsPaginator(ListRecommendationsRequest listRecommendationsRequest) -
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.costoptimizationhub.paginators
Constructors in software.amazon.awssdk.services.costoptimizationhub.paginators with parameters of type ListRecommendationsRequest Constructor Description ListRecommendationsIterable(CostOptimizationHubClient client, ListRecommendationsRequest firstRequest)ListRecommendationsPublisher(CostOptimizationHubAsyncClient client, ListRecommendationsRequest firstRequest) -
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.costoptimizationhub.transform
Methods in software.amazon.awssdk.services.costoptimizationhub.transform with parameters of type ListRecommendationsRequest Modifier and Type Method Description SdkHttpFullRequestListRecommendationsRequestMarshaller. marshall(ListRecommendationsRequest listRecommendationsRequest)
-