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