| 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 |
|---|---|
ListWorkflowBuildVersionsResult |
AWSimagebuilderClient.listWorkflowBuildVersions(ListWorkflowBuildVersionsRequest request)
Returns a list of build versions for a specific workflow resource.
|
ListWorkflowBuildVersionsResult |
AbstractAWSimagebuilder.listWorkflowBuildVersions(ListWorkflowBuildVersionsRequest request) |
ListWorkflowBuildVersionsResult |
AWSimagebuilder.listWorkflowBuildVersions(ListWorkflowBuildVersionsRequest listWorkflowBuildVersionsRequest)
Returns a list of build versions for a specific workflow resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkflowBuildVersionsResult> |
AbstractAWSimagebuilderAsync.listWorkflowBuildVersionsAsync(ListWorkflowBuildVersionsRequest request,
AsyncHandler<ListWorkflowBuildVersionsRequest,ListWorkflowBuildVersionsResult> asyncHandler) |
Future<ListWorkflowBuildVersionsResult> |
AWSimagebuilderAsyncClient.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 |
|---|---|
ListWorkflowBuildVersionsResult |
ListWorkflowBuildVersionsResult.clone() |
ListWorkflowBuildVersionsResult |
ListWorkflowBuildVersionsResult.withNextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowBuildVersionsResult |
ListWorkflowBuildVersionsResult.withWorkflowSummaryList(Collection<WorkflowSummary> workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the
request.
|
ListWorkflowBuildVersionsResult |
ListWorkflowBuildVersionsResult.withWorkflowSummaryList(WorkflowSummary... workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the
request.
|
Copyright © 2024. All rights reserved.