Uses of Class
software.amazon.awssdk.services.imagebuilder.model.WorkflowSummary
-
Packages that use WorkflowSummary Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of WorkflowSummary in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type WorkflowSummary Modifier and Type Method Description List<WorkflowSummary>ListWorkflowBuildVersionsResponse. workflowSummaryList()A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type WorkflowSummary Modifier and Type Method Description ListWorkflowBuildVersionsResponse.BuilderListWorkflowBuildVersionsResponse.Builder. workflowSummaryList(WorkflowSummary... workflowSummaryList)A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type WorkflowSummary Modifier and Type Method Description ListWorkflowBuildVersionsResponse.BuilderListWorkflowBuildVersionsResponse.Builder. workflowSummaryList(Collection<WorkflowSummary> workflowSummaryList)A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request. -
Uses of WorkflowSummary in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type WorkflowSummary Modifier and Type Method Description SdkIterable<WorkflowSummary>ListWorkflowBuildVersionsIterable. workflowSummaryList()Returns an iterable to iterate through the paginatedListWorkflowBuildVersionsResponse.workflowSummaryList()member.SdkPublisher<WorkflowSummary>ListWorkflowBuildVersionsPublisher. workflowSummaryList()Returns a publisher that can be used to get a stream of data.
-