| 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<ListWorkflowExecutionsResult> |
AWSimagebuilderAsyncClient.listWorkflowExecutionsAsync(ListWorkflowExecutionsRequest request,
AsyncHandler<ListWorkflowExecutionsRequest,ListWorkflowExecutionsResult> asyncHandler) |
Future<ListWorkflowExecutionsResult> |
AbstractAWSimagebuilderAsync.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 |
|---|---|
ListWorkflowExecutionsRequest |
ListWorkflowExecutionsRequest.clone() |
ListWorkflowExecutionsRequest |
ListWorkflowExecutionsRequest.withImageBuildVersionArn(String imageBuildVersionArn)
List all workflow runtime instances for the specified image build version resource ARN.
|
ListWorkflowExecutionsRequest |
ListWorkflowExecutionsRequest.withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListWorkflowExecutionsRequest |
ListWorkflowExecutionsRequest.withNextToken(String nextToken)
A token to specify where to start paginating.
|
Copyright © 2023. All rights reserved.