| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRecommendationsResult> |
AbstractAWSCostOptimizationHubAsync.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
Future<ListRecommendationsResult> |
AWSCostOptimizationHubAsync.listRecommendationsAsync(ListRecommendationsRequest listRecommendationsRequest,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler)
Returns a list of recommendations.
|
Future<ListRecommendationsResult> |
AWSCostOptimizationHubAsyncClient.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsRequest |
ListRecommendationsRequest.clone() |
ListRecommendationsRequest |
ListRecommendationsRequest.withFilter(Filter filter)
The constraints that you want all returned recommendations to match.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withIncludeAllRecommendations(Boolean includeAllRecommendations)
List of all recommendations for a resource, or a single recommendation if de-duped by
resourceId. |
ListRecommendationsRequest |
ListRecommendationsRequest.withMaxResults(Integer maxResults)
The maximum number of recommendations that are returned for the request.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withOrderBy(OrderBy orderBy)
The ordering of recommendations by a dimension.
|
Copyright © 2024. All rights reserved.