| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation,
management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and
pre-configured with software and settings to meet specific IT standards.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowExecutionsResult |
AWSimagebuilderClient.listWorkflowExecutions(ListWorkflowExecutionsRequest request)
Returns a list of workflow runtime instance metadata objects for a specific image build version.
|
ListWorkflowExecutionsResult |
AWSimagebuilder.listWorkflowExecutions(ListWorkflowExecutionsRequest listWorkflowExecutionsRequest)
Returns a list of workflow runtime instance metadata objects for a specific image build version.
|
ListWorkflowExecutionsResult |
AbstractAWSimagebuilder.listWorkflowExecutions(ListWorkflowExecutionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkflowExecutionsResult> |
AbstractAWSimagebuilderAsync.listWorkflowExecutionsAsync(ListWorkflowExecutionsRequest request,
AsyncHandler<ListWorkflowExecutionsRequest,ListWorkflowExecutionsResult> asyncHandler) |
Future<ListWorkflowExecutionsResult> |
AWSimagebuilderAsyncClient.listWorkflowExecutionsAsync(ListWorkflowExecutionsRequest request,
AsyncHandler<ListWorkflowExecutionsRequest,ListWorkflowExecutionsResult> asyncHandler) |
Future<ListWorkflowExecutionsResult> |
AWSimagebuilderAsync.listWorkflowExecutionsAsync(ListWorkflowExecutionsRequest listWorkflowExecutionsRequest,
AsyncHandler<ListWorkflowExecutionsRequest,ListWorkflowExecutionsResult> asyncHandler)
Returns a list of workflow runtime instance metadata objects for a specific image build version.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowExecutionsResult |
ListWorkflowExecutionsResult.clone() |
ListWorkflowExecutionsResult |
ListWorkflowExecutionsResult.withImageBuildVersionArn(String imageBuildVersionArn)
The resource ARN of the image build version for which you requested a list of workflow runtime details.
|
ListWorkflowExecutionsResult |
ListWorkflowExecutionsResult.withMessage(String message)
The output message from the list action, if applicable.
|
ListWorkflowExecutionsResult |
ListWorkflowExecutionsResult.withNextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowExecutionsResult |
ListWorkflowExecutionsResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
ListWorkflowExecutionsResult |
ListWorkflowExecutionsResult.withWorkflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
ListWorkflowExecutionsResult |
ListWorkflowExecutionsResult.withWorkflowExecutions(WorkflowExecutionMetadata... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
Copyright © 2023. All rights reserved.