Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.UpdatePreferencesResponse
-
Packages that use UpdatePreferencesResponse 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 UpdatePreferencesResponse in software.amazon.awssdk.services.costoptimizationhub
Methods in software.amazon.awssdk.services.costoptimizationhub that return UpdatePreferencesResponse Modifier and Type Method Description default UpdatePreferencesResponseCostOptimizationHubClient. updatePreferences(Consumer<UpdatePreferencesRequest.Builder> updatePreferencesRequest)Updates a set of preferences for an account in order to add account-specific preferences into the service.default UpdatePreferencesResponseCostOptimizationHubClient. updatePreferences(UpdatePreferencesRequest updatePreferencesRequest)Updates 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 UpdatePreferencesResponse Modifier and Type Method Description default CompletableFuture<UpdatePreferencesResponse>CostOptimizationHubAsyncClient. updatePreferences(Consumer<UpdatePreferencesRequest.Builder> updatePreferencesRequest)Updates a set of preferences for an account in order to add account-specific preferences into the service.default CompletableFuture<UpdatePreferencesResponse>CostOptimizationHubAsyncClient. updatePreferences(UpdatePreferencesRequest updatePreferencesRequest)Updates a set of preferences for an account in order to add account-specific preferences into the service.
-