| 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<ListWorkflowBuildVersionsResult> |
AWSimagebuilderAsyncClient.listWorkflowBuildVersionsAsync(ListWorkflowBuildVersionsRequest request,
AsyncHandler<ListWorkflowBuildVersionsRequest,ListWorkflowBuildVersionsResult> asyncHandler) |
Future<ListWorkflowBuildVersionsResult> |
AbstractAWSimagebuilderAsync.listWorkflowBuildVersionsAsync(ListWorkflowBuildVersionsRequest request,
AsyncHandler<ListWorkflowBuildVersionsRequest,ListWorkflowBuildVersionsResult> asyncHandler) |
Future<ListWorkflowBuildVersionsResult> |
AWSimagebuilderAsync.listWorkflowBuildVersionsAsync(ListWorkflowBuildVersionsRequest listWorkflowBuildVersionsRequest,
AsyncHandler<ListWorkflowBuildVersionsRequest,ListWorkflowBuildVersionsResult> asyncHandler)
Returns a list of build versions for a specific workflow resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowBuildVersionsRequest |
ListWorkflowBuildVersionsRequest.clone() |
ListWorkflowBuildVersionsRequest |
ListWorkflowBuildVersionsRequest.withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListWorkflowBuildVersionsRequest |
ListWorkflowBuildVersionsRequest.withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListWorkflowBuildVersionsRequest |
ListWorkflowBuildVersionsRequest.withWorkflowVersionArn(String workflowVersionArn)
The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.
|
Copyright © 2023. All rights reserved.