Uses of Class
software.amazon.awssdk.services.codecatalyst.model.WorkflowRunSummary
-
Packages that use WorkflowRunSummary Package Description software.amazon.awssdk.services.codecatalyst.model software.amazon.awssdk.services.codecatalyst.paginators -
-
Uses of WorkflowRunSummary in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type WorkflowRunSummary Modifier and Type Method Description List<WorkflowRunSummary>ListWorkflowRunsResponse. items()Information about the runs of a workflow.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type WorkflowRunSummary Modifier and Type Method Description ListWorkflowRunsResponse.BuilderListWorkflowRunsResponse.Builder. items(WorkflowRunSummary... items)Information about the runs of a workflow.Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type WorkflowRunSummary Modifier and Type Method Description ListWorkflowRunsResponse.BuilderListWorkflowRunsResponse.Builder. items(Collection<WorkflowRunSummary> items)Information about the runs of a workflow. -
Uses of WorkflowRunSummary in software.amazon.awssdk.services.codecatalyst.paginators
Methods in software.amazon.awssdk.services.codecatalyst.paginators that return types with arguments of type WorkflowRunSummary Modifier and Type Method Description SdkIterable<WorkflowRunSummary>ListWorkflowRunsIterable. items()Returns an iterable to iterate through the paginatedListWorkflowRunsResponse.items()member.SdkPublisher<WorkflowRunSummary>ListWorkflowRunsPublisher. items()Returns a publisher that can be used to get a stream of data.
-