Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.ListWorkflowRunsResponse.Builder
-
Packages that use ListWorkflowRunsResponse.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of ListWorkflowRunsResponse.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return ListWorkflowRunsResponse.Builder Modifier and Type Method Description static ListWorkflowRunsResponse.BuilderListWorkflowRunsResponse. builder()ListWorkflowRunsResponse.BuilderListWorkflowRunsResponse.Builder. items(Collection<WorkflowRunSummary> items)Information about the runs of a workflow.ListWorkflowRunsResponse.BuilderListWorkflowRunsResponse.Builder. items(Consumer<WorkflowRunSummary.Builder>... items)Information about the runs of a workflow.ListWorkflowRunsResponse.BuilderListWorkflowRunsResponse.Builder. items(WorkflowRunSummary... items)Information about the runs of a workflow.ListWorkflowRunsResponse.BuilderListWorkflowRunsResponse.Builder. nextToken(String nextToken)A token returned from a call to this API to indicate the next batch of results to return, if any.ListWorkflowRunsResponse.BuilderListWorkflowRunsResponse. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type ListWorkflowRunsResponse.Builder Modifier and Type Method Description static Class<? extends ListWorkflowRunsResponse.Builder>ListWorkflowRunsResponse. serializableBuilderClass()
-