Uses of Class
software.amazon.awssdk.services.imagebuilder.model.WorkflowVersion
-
Packages that use WorkflowVersion Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of WorkflowVersion in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type WorkflowVersion Modifier and Type Method Description List<WorkflowVersion>ListWorkflowsResponse. workflowVersionList()A list of workflow build versions that match the request criteria.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type WorkflowVersion Modifier and Type Method Description ListWorkflowsResponse.BuilderListWorkflowsResponse.Builder. workflowVersionList(WorkflowVersion... workflowVersionList)A list of workflow build versions that match the request criteria.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type WorkflowVersion Modifier and Type Method Description ListWorkflowsResponse.BuilderListWorkflowsResponse.Builder. workflowVersionList(Collection<WorkflowVersion> workflowVersionList)A list of workflow build versions that match the request criteria. -
Uses of WorkflowVersion in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type WorkflowVersion Modifier and Type Method Description SdkIterable<WorkflowVersion>ListWorkflowsIterable. workflowVersionList()Returns an iterable to iterate through the paginatedListWorkflowsResponse.workflowVersionList()member.SdkPublisher<WorkflowVersion>ListWorkflowsPublisher. workflowVersionList()Returns a publisher that can be used to get a stream of data.
-