Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.ListWorkloadEstimateUsageResponse.Builder
-
Packages that use ListWorkloadEstimateUsageResponse.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of ListWorkloadEstimateUsageResponse.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return ListWorkloadEstimateUsageResponse.Builder Modifier and Type Method Description static ListWorkloadEstimateUsageResponse.BuilderListWorkloadEstimateUsageResponse. builder()ListWorkloadEstimateUsageResponse.BuilderListWorkloadEstimateUsageResponse.Builder. items(Collection<WorkloadEstimateUsageItem> items)The list of usage items associated with the workload estimate.ListWorkloadEstimateUsageResponse.BuilderListWorkloadEstimateUsageResponse.Builder. items(Consumer<WorkloadEstimateUsageItem.Builder>... items)The list of usage items associated with the workload estimate.ListWorkloadEstimateUsageResponse.BuilderListWorkloadEstimateUsageResponse.Builder. items(WorkloadEstimateUsageItem... items)The list of usage items associated with the workload estimate.ListWorkloadEstimateUsageResponse.BuilderListWorkloadEstimateUsageResponse.Builder. nextToken(String nextToken)A token to retrieve the next page of results, if any.ListWorkloadEstimateUsageResponse.BuilderListWorkloadEstimateUsageResponse. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type ListWorkloadEstimateUsageResponse.Builder Modifier and Type Method Description static Class<? extends ListWorkloadEstimateUsageResponse.Builder>ListWorkloadEstimateUsageResponse. serializableBuilderClass()
-