Uses of Class
com.amazonaws.services.codedeploy.model.Diagnostics
-
Packages that use Diagnostics Package Description com.amazonaws.services.codedeploy.model -
-
Uses of Diagnostics in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return Diagnostics Modifier and Type Method Description DiagnosticsDiagnostics. clone()DiagnosticsLifecycleEvent. getDiagnostics()Diagnostic information about the deployment lifecycle event.DiagnosticsDiagnostics. withErrorCode(LifecycleErrorCode errorCode)The associated error code:DiagnosticsDiagnostics. withErrorCode(String errorCode)The associated error code:DiagnosticsDiagnostics. withLogTail(String logTail)The last portion of the diagnostic log.DiagnosticsDiagnostics. withMessage(String message)The message associated with the error.DiagnosticsDiagnostics. withScriptName(String scriptName)The name of the script.Methods in com.amazonaws.services.codedeploy.model with parameters of type Diagnostics Modifier and Type Method Description voidLifecycleEvent. setDiagnostics(Diagnostics diagnostics)Diagnostic information about the deployment lifecycle event.LifecycleEventLifecycleEvent. withDiagnostics(Diagnostics diagnostics)Diagnostic information about the deployment lifecycle event.
-