Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.ListBillEstimateInputCommitmentModificationsResponse
-
Packages that use ListBillEstimateInputCommitmentModificationsResponse 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 ListBillEstimateInputCommitmentModificationsResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return ListBillEstimateInputCommitmentModificationsResponse Modifier and Type Method Description default ListBillEstimateInputCommitmentModificationsResponseBcmPricingCalculatorClient. listBillEstimateInputCommitmentModifications(Consumer<ListBillEstimateInputCommitmentModificationsRequest.Builder> listBillEstimateInputCommitmentModificationsRequest)Lists the input commitment modifications associated with a bill estimate.default ListBillEstimateInputCommitmentModificationsResponseBcmPricingCalculatorClient. listBillEstimateInputCommitmentModifications(ListBillEstimateInputCommitmentModificationsRequest listBillEstimateInputCommitmentModificationsRequest)Lists the input commitment modifications associated with a bill estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type ListBillEstimateInputCommitmentModificationsResponse Modifier and Type Method Description default CompletableFuture<ListBillEstimateInputCommitmentModificationsResponse>BcmPricingCalculatorAsyncClient. listBillEstimateInputCommitmentModifications(Consumer<ListBillEstimateInputCommitmentModificationsRequest.Builder> listBillEstimateInputCommitmentModificationsRequest)Lists the input commitment modifications associated with a bill estimate.default CompletableFuture<ListBillEstimateInputCommitmentModificationsResponse>BcmPricingCalculatorAsyncClient. listBillEstimateInputCommitmentModifications(ListBillEstimateInputCommitmentModificationsRequest listBillEstimateInputCommitmentModificationsRequest)Lists the input commitment modifications associated with a bill estimate. -
Uses of ListBillEstimateInputCommitmentModificationsResponse in software.amazon.awssdk.services.bcmpricingcalculator.paginators
Methods in software.amazon.awssdk.services.bcmpricingcalculator.paginators that return types with arguments of type ListBillEstimateInputCommitmentModificationsResponse Modifier and Type Method Description Iterator<ListBillEstimateInputCommitmentModificationsResponse>ListBillEstimateInputCommitmentModificationsIterable. iterator()Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.paginators with type arguments of type ListBillEstimateInputCommitmentModificationsResponse Modifier and Type Method Description voidListBillEstimateInputCommitmentModificationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBillEstimateInputCommitmentModificationsResponse> subscriber)
-