Uses of Class
software.amazon.awssdk.services.launchwizard.model.CreateDeploymentResponse
-
Packages that use CreateDeploymentResponse Package Description software.amazon.awssdk.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. -
-
Uses of CreateDeploymentResponse in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard that return CreateDeploymentResponse Modifier and Type Method Description default CreateDeploymentResponseLaunchWizardClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates a deployment for the given workload.default CreateDeploymentResponseLaunchWizardClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a deployment for the given workload.Methods in software.amazon.awssdk.services.launchwizard that return types with arguments of type CreateDeploymentResponse Modifier and Type Method Description default CompletableFuture<CreateDeploymentResponse>LaunchWizardAsyncClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates a deployment for the given workload.default CompletableFuture<CreateDeploymentResponse>LaunchWizardAsyncClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a deployment for the given workload.
-