Uses of Interface
software.amazon.awssdk.services.launchwizard.model.CreateDeploymentRequest.Builder
-
Packages that use CreateDeploymentRequest.Builder 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.model -
-
Uses of CreateDeploymentRequest.Builder in software.amazon.awssdk.services.launchwizard
Method parameters in software.amazon.awssdk.services.launchwizard with type arguments of type CreateDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateDeploymentResponse>LaunchWizardAsyncClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates a deployment for the given workload.default CreateDeploymentResponseLaunchWizardClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates a deployment for the given workload. -
Uses of CreateDeploymentRequest.Builder in software.amazon.awssdk.services.launchwizard.model
Methods in software.amazon.awssdk.services.launchwizard.model that return CreateDeploymentRequest.Builder Modifier and Type Method Description static CreateDeploymentRequest.BuilderCreateDeploymentRequest. builder()CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. deploymentPatternName(String deploymentPatternName)The name of the deployment pattern supported by a given workload.CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. name(String name)The name of the deployment.CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. specifications(Map<String,String> specifications)The settings specified for the deployment.CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. tags(Map<String,String> tags)The tags to add to the deployment.CreateDeploymentRequest.BuilderCreateDeploymentRequest. toBuilder()CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. workloadName(String workloadName)The name of the workload.Methods in software.amazon.awssdk.services.launchwizard.model that return types with arguments of type CreateDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends CreateDeploymentRequest.Builder>CreateDeploymentRequest. serializableBuilderClass()
-