Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.WorkloadEstimateUsageItem
-
Packages that use WorkloadEstimateUsageItem Package Description software.amazon.awssdk.services.bcmpricingcalculator.model software.amazon.awssdk.services.bcmpricingcalculator.paginators -
-
Uses of WorkloadEstimateUsageItem in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type WorkloadEstimateUsageItem Modifier and Type Method Description List<WorkloadEstimateUsageItem>BatchUpdateWorkloadEstimateUsageResponse. items()Returns the list of successful usage line items that were updated for a Workload estimate.List<WorkloadEstimateUsageItem>ListWorkloadEstimateUsageResponse. items()The list of usage items associated with the workload estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type WorkloadEstimateUsageItem Modifier and Type Method Description BatchUpdateWorkloadEstimateUsageResponse.BuilderBatchUpdateWorkloadEstimateUsageResponse.Builder. items(WorkloadEstimateUsageItem... items)Returns the list of successful usage line items that were updated for a Workload estimate.ListWorkloadEstimateUsageResponse.BuilderListWorkloadEstimateUsageResponse.Builder. items(WorkloadEstimateUsageItem... items)The list of usage items associated with the workload estimate.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type WorkloadEstimateUsageItem Modifier and Type Method Description BatchUpdateWorkloadEstimateUsageResponse.BuilderBatchUpdateWorkloadEstimateUsageResponse.Builder. items(Collection<WorkloadEstimateUsageItem> items)Returns the list of successful usage line items that were updated for a Workload estimate.ListWorkloadEstimateUsageResponse.BuilderListWorkloadEstimateUsageResponse.Builder. items(Collection<WorkloadEstimateUsageItem> items)The list of usage items associated with the workload estimate. -
Uses of WorkloadEstimateUsageItem in software.amazon.awssdk.services.bcmpricingcalculator.paginators
Methods in software.amazon.awssdk.services.bcmpricingcalculator.paginators that return types with arguments of type WorkloadEstimateUsageItem Modifier and Type Method Description SdkIterable<WorkloadEstimateUsageItem>ListWorkloadEstimateUsageIterable. items()Returns an iterable to iterate through the paginatedListWorkloadEstimateUsageResponse.items()member.SdkPublisher<WorkloadEstimateUsageItem>ListWorkloadEstimateUsagePublisher. items()Returns a publisher that can be used to get a stream of data.
-