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