Uses of Interface
software.amazon.awssdk.services.launchwizard.model.GetDeploymentRequest.Builder
-
Packages that use GetDeploymentRequest.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 GetDeploymentRequest.Builder in software.amazon.awssdk.services.launchwizard
Method parameters in software.amazon.awssdk.services.launchwizard with type arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>LaunchWizardAsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Returns information about the deployment.default GetDeploymentResponseLaunchWizardClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Returns information about the deployment. -
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.launchwizard.model
Methods in software.amazon.awssdk.services.launchwizard.model that return GetDeploymentRequest.Builder Modifier and Type Method Description static GetDeploymentRequest.BuilderGetDeploymentRequest. builder()GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. deploymentId(String deploymentId)The ID of the deployment.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentRequest.BuilderGetDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.launchwizard.model that return types with arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentRequest.Builder>GetDeploymentRequest. serializableBuilderClass()
-