Uses of Class
software.amazon.awssdk.services.launchwizard.model.GetDeploymentResponse
-
Packages that use GetDeploymentResponse 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 GetDeploymentResponse in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard that return GetDeploymentResponse Modifier and Type Method Description default GetDeploymentResponseLaunchWizardClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Returns information about the deployment.default GetDeploymentResponseLaunchWizardClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Returns information about the deployment.Methods in software.amazon.awssdk.services.launchwizard that return types with arguments of type GetDeploymentResponse Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>LaunchWizardAsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Returns information about the deployment.default CompletableFuture<GetDeploymentResponse>LaunchWizardAsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Returns information about the deployment.
-