Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.WorkloadEstimateSummary
-
Packages that use WorkloadEstimateSummary Package Description software.amazon.awssdk.services.bcmpricingcalculator.model software.amazon.awssdk.services.bcmpricingcalculator.paginators -
-
Uses of WorkloadEstimateSummary in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type WorkloadEstimateSummary Modifier and Type Method Description List<WorkloadEstimateSummary>ListWorkloadEstimatesResponse. items()The list of workload estimates for the account.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type WorkloadEstimateSummary Modifier and Type Method Description ListWorkloadEstimatesResponse.BuilderListWorkloadEstimatesResponse.Builder. items(WorkloadEstimateSummary... items)The list of workload estimates for the account.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type WorkloadEstimateSummary Modifier and Type Method Description ListWorkloadEstimatesResponse.BuilderListWorkloadEstimatesResponse.Builder. items(Collection<WorkloadEstimateSummary> items)The list of workload estimates for the account. -
Uses of WorkloadEstimateSummary in software.amazon.awssdk.services.bcmpricingcalculator.paginators
Methods in software.amazon.awssdk.services.bcmpricingcalculator.paginators that return types with arguments of type WorkloadEstimateSummary Modifier and Type Method Description SdkIterable<WorkloadEstimateSummary>ListWorkloadEstimatesIterable. items()Returns an iterable to iterate through the paginatedListWorkloadEstimatesResponse.items()member.SdkPublisher<WorkloadEstimateSummary>ListWorkloadEstimatesPublisher. items()Returns a publisher that can be used to get a stream of data.
-