Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.UpdatePreferencesResponse
-
Packages that use UpdatePreferencesResponse Package Description software.amazon.awssdk.services.bcmpricingcalculator You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use. -
-
Uses of UpdatePreferencesResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return UpdatePreferencesResponse Modifier and Type Method Description default UpdatePreferencesResponseBcmPricingCalculatorClient. updatePreferences(Consumer<UpdatePreferencesRequest.Builder> updatePreferencesRequest)Updates the preferences for the Amazon Web Services Cost Explorer service.default UpdatePreferencesResponseBcmPricingCalculatorClient. updatePreferences(UpdatePreferencesRequest updatePreferencesRequest)Updates the preferences for the Amazon Web Services Cost Explorer service.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type UpdatePreferencesResponse Modifier and Type Method Description default CompletableFuture<UpdatePreferencesResponse>BcmPricingCalculatorAsyncClient. updatePreferences(Consumer<UpdatePreferencesRequest.Builder> updatePreferencesRequest)Updates the preferences for the Amazon Web Services Cost Explorer service.default CompletableFuture<UpdatePreferencesResponse>BcmPricingCalculatorAsyncClient. updatePreferences(UpdatePreferencesRequest updatePreferencesRequest)Updates the preferences for the Amazon Web Services Cost Explorer service.
-