Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.ListWorkloadEstimatesResponse
-
Packages that use ListWorkloadEstimatesResponse 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 ListWorkloadEstimatesResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return ListWorkloadEstimatesResponse Modifier and Type Method Description default ListWorkloadEstimatesResponseBcmPricingCalculatorClient. listWorkloadEstimates(Consumer<ListWorkloadEstimatesRequest.Builder> listWorkloadEstimatesRequest)Lists all workload estimates for the account.default ListWorkloadEstimatesResponseBcmPricingCalculatorClient. listWorkloadEstimates(ListWorkloadEstimatesRequest listWorkloadEstimatesRequest)Lists all workload estimates for the account.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type ListWorkloadEstimatesResponse Modifier and Type Method Description default CompletableFuture<ListWorkloadEstimatesResponse>BcmPricingCalculatorAsyncClient. listWorkloadEstimates(Consumer<ListWorkloadEstimatesRequest.Builder> listWorkloadEstimatesRequest)Lists all workload estimates for the account.default CompletableFuture<ListWorkloadEstimatesResponse>BcmPricingCalculatorAsyncClient. listWorkloadEstimates(ListWorkloadEstimatesRequest listWorkloadEstimatesRequest)Lists all workload estimates for the account. -
Uses of ListWorkloadEstimatesResponse in software.amazon.awssdk.services.bcmpricingcalculator.paginators
Methods in software.amazon.awssdk.services.bcmpricingcalculator.paginators that return types with arguments of type ListWorkloadEstimatesResponse Modifier and Type Method Description Iterator<ListWorkloadEstimatesResponse>ListWorkloadEstimatesIterable. iterator()Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.paginators with type arguments of type ListWorkloadEstimatesResponse Modifier and Type Method Description voidListWorkloadEstimatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkloadEstimatesResponse> subscriber)
-