Uses of Interface
software.amazon.awssdk.services.launchwizard.LaunchWizardBaseClientBuilder
-
Packages that use LaunchWizardBaseClientBuilder 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 LaunchWizardBaseClientBuilder in software.amazon.awssdk.services.launchwizard
Classes in software.amazon.awssdk.services.launchwizard with type parameters of type LaunchWizardBaseClientBuilder Modifier and Type Interface Description interfaceLaunchWizardBaseClientBuilder<B extends LaunchWizardBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Launch Wizard that is supported by bothLaunchWizardClientBuilderandLaunchWizardAsyncClientBuilder.Subinterfaces of LaunchWizardBaseClientBuilder in software.amazon.awssdk.services.launchwizard Modifier and Type Interface Description interfaceLaunchWizardAsyncClientBuilderA builder for creating an instance ofLaunchWizardAsyncClient.interfaceLaunchWizardClientBuilderA builder for creating an instance ofLaunchWizardClient.
-