Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.GetPreferencesResponse
-
Packages that use GetPreferencesResponse 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. -
-
Uses of GetPreferencesResponse in software.amazon.awssdk.services.costoptimizationhub
Methods in software.amazon.awssdk.services.costoptimizationhub that return GetPreferencesResponse Modifier and Type Method Description default GetPreferencesResponseCostOptimizationHubClient. getPreferences(Consumer<GetPreferencesRequest.Builder> getPreferencesRequest)Returns a set of preferences for an account in order to add account-specific preferences into the service.default GetPreferencesResponseCostOptimizationHubClient. getPreferences(GetPreferencesRequest getPreferencesRequest)Returns a set of preferences for an account in order to add account-specific preferences into the service.Methods in software.amazon.awssdk.services.costoptimizationhub that return types with arguments of type GetPreferencesResponse Modifier and Type Method Description default CompletableFuture<GetPreferencesResponse>CostOptimizationHubAsyncClient. getPreferences(Consumer<GetPreferencesRequest.Builder> getPreferencesRequest)Returns a set of preferences for an account in order to add account-specific preferences into the service.default CompletableFuture<GetPreferencesResponse>CostOptimizationHubAsyncClient. getPreferences(GetPreferencesRequest getPreferencesRequest)Returns a set of preferences for an account in order to add account-specific preferences into the service.
-