Uses of Interface
software.amazon.awssdk.services.launchwizard.model.GetDeploymentResponse.Builder
-
Packages that use GetDeploymentResponse.Builder Package Description software.amazon.awssdk.services.launchwizard.model -
-
Uses of GetDeploymentResponse.Builder in software.amazon.awssdk.services.launchwizard.model
Methods in software.amazon.awssdk.services.launchwizard.model that return GetDeploymentResponse.Builder Modifier and Type Method Description static GetDeploymentResponse.BuilderGetDeploymentResponse. builder()default GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. deployment(Consumer<DeploymentData.Builder> deployment)An object that details the deployment.GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. deployment(DeploymentData deployment)An object that details the deployment.GetDeploymentResponse.BuilderGetDeploymentResponse. toBuilder()Methods in software.amazon.awssdk.services.launchwizard.model that return types with arguments of type GetDeploymentResponse.Builder Modifier and Type Method Description static Class<? extends GetDeploymentResponse.Builder>GetDeploymentResponse. serializableBuilderClass()
-