Uses of Class
software.amazon.awssdk.services.codedeploy.model.ErrorInformation
-
Packages that use ErrorInformation Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of ErrorInformation in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return ErrorInformation Modifier and Type Method Description ErrorInformationDeploymentInfo. errorInformation()Information about any error associated with this deployment.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type ErrorInformation Modifier and Type Method Description DeploymentInfo.BuilderDeploymentInfo.Builder. errorInformation(ErrorInformation errorInformation)Information about any error associated with this deployment.
-