Uses of Class
software.amazon.awssdk.services.imagebuilder.model.WorkflowExecutionMetadata
-
Packages that use WorkflowExecutionMetadata Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of WorkflowExecutionMetadata in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type WorkflowExecutionMetadata Modifier and Type Method Description List<WorkflowExecutionMetadata>ListWorkflowExecutionsResponse. workflowExecutions()Contains an array of runtime details that represents each time a workflow ran for the requested image build version.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type WorkflowExecutionMetadata Modifier and Type Method Description ListWorkflowExecutionsResponse.BuilderListWorkflowExecutionsResponse.Builder. workflowExecutions(WorkflowExecutionMetadata... workflowExecutions)Contains an array of runtime details that represents each time a workflow ran for the requested image build version.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type WorkflowExecutionMetadata Modifier and Type Method Description ListWorkflowExecutionsResponse.BuilderListWorkflowExecutionsResponse.Builder. workflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)Contains an array of runtime details that represents each time a workflow ran for the requested image build version. -
Uses of WorkflowExecutionMetadata in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type WorkflowExecutionMetadata Modifier and Type Method Description SdkIterable<WorkflowExecutionMetadata>ListWorkflowExecutionsIterable. workflowExecutions()Returns an iterable to iterate through the paginatedListWorkflowExecutionsResponse.workflowExecutions()member.SdkPublisher<WorkflowExecutionMetadata>ListWorkflowExecutionsPublisher. workflowExecutions()Returns a publisher that can be used to get a stream of data.
-