Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.ListWorkloadEstimateUsageResponse
-
Packages that use ListWorkloadEstimateUsageResponse 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 ListWorkloadEstimateUsageResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return ListWorkloadEstimateUsageResponse Modifier and Type Method Description default ListWorkloadEstimateUsageResponseBcmPricingCalculatorClient. listWorkloadEstimateUsage(Consumer<ListWorkloadEstimateUsageRequest.Builder> listWorkloadEstimateUsageRequest)Lists the usage associated with a workload estimate.default ListWorkloadEstimateUsageResponseBcmPricingCalculatorClient. listWorkloadEstimateUsage(ListWorkloadEstimateUsageRequest listWorkloadEstimateUsageRequest)Lists the usage associated with a workload estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type ListWorkloadEstimateUsageResponse Modifier and Type Method Description default CompletableFuture<ListWorkloadEstimateUsageResponse>BcmPricingCalculatorAsyncClient. listWorkloadEstimateUsage(Consumer<ListWorkloadEstimateUsageRequest.Builder> listWorkloadEstimateUsageRequest)Lists the usage associated with a workload estimate.default CompletableFuture<ListWorkloadEstimateUsageResponse>BcmPricingCalculatorAsyncClient. listWorkloadEstimateUsage(ListWorkloadEstimateUsageRequest listWorkloadEstimateUsageRequest)Lists the usage associated with a workload estimate. -
Uses of ListWorkloadEstimateUsageResponse in software.amazon.awssdk.services.bcmpricingcalculator.paginators
Methods in software.amazon.awssdk.services.bcmpricingcalculator.paginators that return types with arguments of type ListWorkloadEstimateUsageResponse Modifier and Type Method Description Iterator<ListWorkloadEstimateUsageResponse>ListWorkloadEstimateUsageIterable. iterator()Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.paginators with type arguments of type ListWorkloadEstimateUsageResponse Modifier and Type Method Description voidListWorkloadEstimateUsagePublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkloadEstimateUsageResponse> subscriber)
-