Uses of Interface
software.amazon.awssdk.services.launchwizard.LaunchWizardClient
-
Packages that use LaunchWizardClient 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.software.amazon.awssdk.services.launchwizard.paginators -
-
Uses of LaunchWizardClient in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard that return LaunchWizardClient Modifier and Type Method Description static LaunchWizardClientLaunchWizardClient. create()Create aLaunchWizardClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of LaunchWizardClient in software.amazon.awssdk.services.launchwizard.paginators
Constructors in software.amazon.awssdk.services.launchwizard.paginators with parameters of type LaunchWizardClient Constructor Description ListDeploymentEventsIterable(LaunchWizardClient client, ListDeploymentEventsRequest firstRequest)ListDeploymentsIterable(LaunchWizardClient client, ListDeploymentsRequest firstRequest)ListWorkloadDeploymentPatternsIterable(LaunchWizardClient client, ListWorkloadDeploymentPatternsRequest firstRequest)ListWorkloadsIterable(LaunchWizardClient client, ListWorkloadsRequest firstRequest)
-