| 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 |
AWSimagebuilderClient.listWorkflows(ListWorkflowsRequest request)
Lists workflow build versions based on filtering parameters.
|
ListWorkflowsResult |
AbstractAWSimagebuilder.listWorkflows(ListWorkflowsRequest request) |
ListWorkflowsResult |
AWSimagebuilder.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists workflow build versions based on filtering parameters.
|
Future<ListWorkflowsResult> |
AWSimagebuilderAsyncClient.listWorkflowsAsync(ListWorkflowsRequest request) |
Future<ListWorkflowsResult> |
AbstractAWSimagebuilderAsync.listWorkflowsAsync(ListWorkflowsRequest request) |
Future<ListWorkflowsResult> |
AWSimagebuilderAsync.listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest)
Lists workflow build versions based on filtering parameters.
|
Future<ListWorkflowsResult> |
AWSimagebuilderAsyncClient.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AbstractAWSimagebuilderAsync.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 |
|---|---|
Future<ListWorkflowsResult> |
AWSimagebuilderAsyncClient.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AbstractAWSimagebuilderAsync.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 |
|---|---|
ListWorkflowsRequest |
ListWorkflowsRequest.clone() |
ListWorkflowsRequest |
ListWorkflowsRequest.withByName(Boolean byName)
Specify all or part of the workflow name to streamline results.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withFilters(Collection<Filter> filters)
Used to streamline search results.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withFilters(Filter... filters)
Used to streamline search results.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withOwner(Ownership owner)
Used to get a list of workflow build version filtered by the identity of the creator.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withOwner(String owner)
Used to get a list of workflow build version filtered by the identity of the creator.
|
Copyright © 2023. All rights reserved.