Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.GetPreferencesResponse
-
Packages that use GetPreferencesResponse 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 GetPreferencesResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return GetPreferencesResponse Modifier and Type Method Description default GetPreferencesResponseBcmPricingCalculatorClient. getPreferences(Consumer<GetPreferencesRequest.Builder> getPreferencesRequest)Retrieves the current preferences for the Amazon Web Services Cost Explorer service.default GetPreferencesResponseBcmPricingCalculatorClient. getPreferences(GetPreferencesRequest getPreferencesRequest)Retrieves the current preferences for the Amazon Web Services Cost Explorer service.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type GetPreferencesResponse Modifier and Type Method Description default CompletableFuture<GetPreferencesResponse>BcmPricingCalculatorAsyncClient. getPreferences(Consumer<GetPreferencesRequest.Builder> getPreferencesRequest)Retrieves the current preferences for the Amazon Web Services Cost Explorer service.default CompletableFuture<GetPreferencesResponse>BcmPricingCalculatorAsyncClient. getPreferences(GetPreferencesRequest getPreferencesRequest)Retrieves the current preferences for the Amazon Web Services Cost Explorer service.
-