| 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 |
|---|---|
ListWorkflowStepExecutionsResult |
AWSimagebuilderClient.listWorkflowStepExecutions(ListWorkflowStepExecutionsRequest request)
Shows runtime data for each step in a runtime instance of the workflow that you specify in the request.
|
ListWorkflowStepExecutionsResult |
AbstractAWSimagebuilder.listWorkflowStepExecutions(ListWorkflowStepExecutionsRequest request) |
ListWorkflowStepExecutionsResult |
AWSimagebuilder.listWorkflowStepExecutions(ListWorkflowStepExecutionsRequest listWorkflowStepExecutionsRequest)
Shows runtime data for each step in a runtime instance of the workflow that you specify in the request.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkflowStepExecutionsResult> |
AWSimagebuilderAsyncClient.listWorkflowStepExecutionsAsync(ListWorkflowStepExecutionsRequest request,
AsyncHandler<ListWorkflowStepExecutionsRequest,ListWorkflowStepExecutionsResult> asyncHandler) |
Future<ListWorkflowStepExecutionsResult> |
AWSimagebuilderAsync.listWorkflowStepExecutionsAsync(ListWorkflowStepExecutionsRequest listWorkflowStepExecutionsRequest,
AsyncHandler<ListWorkflowStepExecutionsRequest,ListWorkflowStepExecutionsResult> asyncHandler)
Shows runtime data for each step in a runtime instance of the workflow that you specify in the request.
|
Future<ListWorkflowStepExecutionsResult> |
AbstractAWSimagebuilderAsync.listWorkflowStepExecutionsAsync(ListWorkflowStepExecutionsRequest request,
AsyncHandler<ListWorkflowStepExecutionsRequest,ListWorkflowStepExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.clone() |
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.withImageBuildVersionArn(String imageBuildVersionArn)
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
|
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.withMessage(String message)
The output message from the list action, if applicable.
|
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.withNextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.withSteps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.withSteps(WorkflowStepMetadata... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.withWorkflowBuildVersionArn(String workflowBuildVersionArn)
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of
the workflow.
|
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.withWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
Copyright © 2023. All rights reserved.