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