Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.ListBillEstimateInputUsageModificationsResponse
-
Packages that use ListBillEstimateInputUsageModificationsResponse Package Description software.amazon.awssdk.services.bcmpricingcalculator You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use.software.amazon.awssdk.services.bcmpricingcalculator.paginators -
-
Uses of ListBillEstimateInputUsageModificationsResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return ListBillEstimateInputUsageModificationsResponse Modifier and Type Method Description default ListBillEstimateInputUsageModificationsResponseBcmPricingCalculatorClient. listBillEstimateInputUsageModifications(Consumer<ListBillEstimateInputUsageModificationsRequest.Builder> listBillEstimateInputUsageModificationsRequest)Lists the input usage modifications associated with a bill estimate.default ListBillEstimateInputUsageModificationsResponseBcmPricingCalculatorClient. listBillEstimateInputUsageModifications(ListBillEstimateInputUsageModificationsRequest listBillEstimateInputUsageModificationsRequest)Lists the input usage modifications associated with a bill estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type ListBillEstimateInputUsageModificationsResponse Modifier and Type Method Description default CompletableFuture<ListBillEstimateInputUsageModificationsResponse>BcmPricingCalculatorAsyncClient. listBillEstimateInputUsageModifications(Consumer<ListBillEstimateInputUsageModificationsRequest.Builder> listBillEstimateInputUsageModificationsRequest)Lists the input usage modifications associated with a bill estimate.default CompletableFuture<ListBillEstimateInputUsageModificationsResponse>BcmPricingCalculatorAsyncClient. listBillEstimateInputUsageModifications(ListBillEstimateInputUsageModificationsRequest listBillEstimateInputUsageModificationsRequest)Lists the input usage modifications associated with a bill estimate. -
Uses of ListBillEstimateInputUsageModificationsResponse in software.amazon.awssdk.services.bcmpricingcalculator.paginators
Methods in software.amazon.awssdk.services.bcmpricingcalculator.paginators that return types with arguments of type ListBillEstimateInputUsageModificationsResponse Modifier and Type Method Description Iterator<ListBillEstimateInputUsageModificationsResponse>ListBillEstimateInputUsageModificationsIterable. iterator()Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.paginators with type arguments of type ListBillEstimateInputUsageModificationsResponse Modifier and Type Method Description voidListBillEstimateInputUsageModificationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBillEstimateInputUsageModificationsResponse> subscriber)
-