Uses of Class
software.amazon.awssdk.services.launchwizard.model.GetWorkloadDeploymentPatternResponse
-
Packages that use GetWorkloadDeploymentPatternResponse 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 GetWorkloadDeploymentPatternResponse in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard that return GetWorkloadDeploymentPatternResponse Modifier and Type Method Description default GetWorkloadDeploymentPatternResponseLaunchWizardClient. getWorkloadDeploymentPattern(Consumer<GetWorkloadDeploymentPatternRequest.Builder> getWorkloadDeploymentPatternRequest)Returns details for a given workload and deployment pattern, including the available specifications.default GetWorkloadDeploymentPatternResponseLaunchWizardClient. getWorkloadDeploymentPattern(GetWorkloadDeploymentPatternRequest getWorkloadDeploymentPatternRequest)Returns details for a given workload and deployment pattern, including the available specifications.Methods in software.amazon.awssdk.services.launchwizard that return types with arguments of type GetWorkloadDeploymentPatternResponse Modifier and Type Method Description default CompletableFuture<GetWorkloadDeploymentPatternResponse>LaunchWizardAsyncClient. getWorkloadDeploymentPattern(Consumer<GetWorkloadDeploymentPatternRequest.Builder> getWorkloadDeploymentPatternRequest)Returns details for a given workload and deployment pattern, including the available specifications.default CompletableFuture<GetWorkloadDeploymentPatternResponse>LaunchWizardAsyncClient. getWorkloadDeploymentPattern(GetWorkloadDeploymentPatternRequest getWorkloadDeploymentPatternRequest)Returns details for a given workload and deployment pattern, including the available specifications.
-