| 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 |
|---|---|
ListWorkflowsResult |
AbstractAWSimagebuilder.listWorkflows(ListWorkflowsRequest request) |
ListWorkflowsResult |
AWSimagebuilderClient.listWorkflows(ListWorkflowsRequest request)
Lists workflow build versions based on filtering parameters.
|
ListWorkflowsResult |
AWSimagebuilder.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists workflow build versions based on filtering parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkflowsResult> |
AbstractAWSimagebuilderAsync.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AWSimagebuilderAsyncClient.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AWSimagebuilderAsync.listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
Lists workflow build versions based on filtering parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResult |
ListWorkflowsResult.clone() |
ListWorkflowsResult |
ListWorkflowsResult.withNextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowsResult |
ListWorkflowsResult.withWorkflowVersionList(Collection<WorkflowVersion> workflowVersionList)
A list of workflow build versions that match the request criteria.
|
ListWorkflowsResult |
ListWorkflowsResult.withWorkflowVersionList(WorkflowVersion... workflowVersionList)
A list of workflow build versions that match the request criteria.
|
Copyright © 2024. All rights reserved.