| 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 |
|---|---|
ListDeploymentsResult |
AbstractAWSLaunchWizard.listDeployments(ListDeploymentsRequest request) |
ListDeploymentsResult |
AWSLaunchWizardClient.listDeployments(ListDeploymentsRequest request)
Lists the deployments that have been created.
|
ListDeploymentsResult |
AWSLaunchWizard.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments that have been created.
|
| 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 |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.clone() |
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Collection<DeploymentDataSummary> deployments)
Lists the deployments.
|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(DeploymentDataSummary... deployments)
Lists the deployments.
|
ListDeploymentsResult |
ListDeploymentsResult.withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
Copyright © 2025. All rights reserved.