| 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 |
|---|---|
Future<ListWorkflowStepExecutionsResult> |
AbstractAWSimagebuilderAsync.listWorkflowStepExecutionsAsync(ListWorkflowStepExecutionsRequest request,
AsyncHandler<ListWorkflowStepExecutionsRequest,ListWorkflowStepExecutionsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepExecutionsRequest |
ListWorkflowStepExecutionsRequest.clone() |
ListWorkflowStepExecutionsRequest |
ListWorkflowStepExecutionsRequest.withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListWorkflowStepExecutionsRequest |
ListWorkflowStepExecutionsRequest.withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListWorkflowStepExecutionsRequest |
ListWorkflowStepExecutionsRequest.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.