| 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<CreateDeploymentResult> |
AbstractAWSLaunchWizardAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSLaunchWizardAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSLaunchWizardAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates a deployment for the given workload.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.addSpecificationsEntry(String key,
String value)
Add a single Specifications entry
|
CreateDeploymentRequest |
CreateDeploymentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDeploymentRequest |
CreateDeploymentRequest.clearSpecificationsEntries()
Removes all the entries added into Specifications.
|
CreateDeploymentRequest |
CreateDeploymentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withDeploymentPatternName(String deploymentPatternName)
The name of the deployment pattern supported by a given workload.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withName(String name)
The name of the deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withSpecifications(Map<String,String> specifications)
The settings specified for the deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withTags(Map<String,String> tags)
The tags to add to the deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withWorkloadName(String workloadName)
The name of the workload.
|
Copyright © 2024. All rights reserved.