| 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 |
|---|---|
ListDeploymentEventsResult |
AbstractAWSLaunchWizard.listDeploymentEvents(ListDeploymentEventsRequest request) |
ListDeploymentEventsResult |
AWSLaunchWizardClient.listDeploymentEvents(ListDeploymentEventsRequest request)
Lists the events of a deployment.
|
ListDeploymentEventsResult |
AWSLaunchWizard.listDeploymentEvents(ListDeploymentEventsRequest listDeploymentEventsRequest)
Lists the events of a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentEventsResult> |
AbstractAWSLaunchWizardAsync.listDeploymentEventsAsync(ListDeploymentEventsRequest request,
AsyncHandler<ListDeploymentEventsRequest,ListDeploymentEventsResult> asyncHandler) |
Future<ListDeploymentEventsResult> |
AWSLaunchWizardAsyncClient.listDeploymentEventsAsync(ListDeploymentEventsRequest request,
AsyncHandler<ListDeploymentEventsRequest,ListDeploymentEventsResult> asyncHandler) |
Future<ListDeploymentEventsResult> |
AWSLaunchWizardAsync.listDeploymentEventsAsync(ListDeploymentEventsRequest listDeploymentEventsRequest,
AsyncHandler<ListDeploymentEventsRequest,ListDeploymentEventsResult> asyncHandler)
Lists the events of a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentEventsResult |
ListDeploymentEventsResult.clone() |
ListDeploymentEventsResult |
ListDeploymentEventsResult.withDeploymentEvents(Collection<DeploymentEventDataSummary> deploymentEvents)
Lists the deployment events.
|
ListDeploymentEventsResult |
ListDeploymentEventsResult.withDeploymentEvents(DeploymentEventDataSummary... deploymentEvents)
Lists the deployment events.
|
ListDeploymentEventsResult |
ListDeploymentEventsResult.withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
Copyright © 2025. All rights reserved.