Uses of Class
software.amazon.awssdk.services.codecatalyst.model.WorkflowSummary
-
Packages that use WorkflowSummary Package Description software.amazon.awssdk.services.codecatalyst.model software.amazon.awssdk.services.codecatalyst.paginators -
-
Uses of WorkflowSummary in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type WorkflowSummary Modifier and Type Method Description List<WorkflowSummary>ListWorkflowsResponse. items()Information about the workflows in a project.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type WorkflowSummary Modifier and Type Method Description ListWorkflowsResponse.BuilderListWorkflowsResponse.Builder. items(WorkflowSummary... items)Information about the workflows in a project.Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type WorkflowSummary Modifier and Type Method Description ListWorkflowsResponse.BuilderListWorkflowsResponse.Builder. items(Collection<WorkflowSummary> items)Information about the workflows in a project. -
Uses of WorkflowSummary in software.amazon.awssdk.services.codecatalyst.paginators
Methods in software.amazon.awssdk.services.codecatalyst.paginators that return types with arguments of type WorkflowSummary Modifier and Type Method Description SdkIterable<WorkflowSummary>ListWorkflowsIterable. items()Returns an iterable to iterate through the paginatedListWorkflowsResponse.items()member.SdkPublisher<WorkflowSummary>ListWorkflowsPublisher. items()Returns a publisher that can be used to get a stream of data.
-