| Package | Description |
|---|---|
| com.amazonaws.services.launchwizard |
Launch Wizard offers a guided way of sizing, configuring, and deploying Amazon Web Services resources for third party
applications, such as Microsoft SQL Server Always On and HANA based SAP systems, without the need to manually
identify and provision individual Amazon Web Services resources.
|
| com.amazonaws.services.launchwizard.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentsResult> |
AbstractAWSLaunchWizardAsync.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AWSLaunchWizardAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AWSLaunchWizardAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments that have been created.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest |
ListDeploymentsRequest.clone() |
ListDeploymentsRequest |
ListDeploymentsRequest.withFilters(Collection<DeploymentFilter> filters)
Filters to scope the results.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withFilters(DeploymentFilter... filters)
Filters to scope the results.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withNextToken(String nextToken)
The token returned from a previous paginated request.
|
Copyright © 2025. All rights reserved.