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