| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model | |
| software.amazon.awssdk.services.imagebuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowExecutionMetadata> |
ListWorkflowExecutionsResponse.workflowExecutions()
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.Builder.workflowExecutions(WorkflowExecutionMetadata... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.Builder.workflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<WorkflowExecutionMetadata> |
ListWorkflowExecutionsIterable.workflowExecutions()
Returns an iterable to iterate through the paginated
ListWorkflowExecutionsResponse.workflowExecutions()
member. |
SdkPublisher<WorkflowExecutionMetadata> |
ListWorkflowExecutionsPublisher.workflowExecutions()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.