Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private Diagnostics |
LifecycleEvent.diagnostics
Diagnostic information about the deployment lifecycle event.
|
Modifier and Type | Method and Description |
---|---|
Diagnostics |
Diagnostics.clone() |
Diagnostics |
LifecycleEvent.getDiagnostics()
Diagnostic information about the deployment lifecycle event.
|
Diagnostics |
Diagnostics.withErrorCode(LifecycleErrorCode errorCode)
The associated error code:
|
Diagnostics |
Diagnostics.withErrorCode(java.lang.String errorCode)
The associated error code:
|
Diagnostics |
Diagnostics.withLogTail(java.lang.String logTail)
The last portion of the diagnostic log.
|
Diagnostics |
Diagnostics.withMessage(java.lang.String message)
The message associated with the error.
|
Diagnostics |
Diagnostics.withScriptName(java.lang.String scriptName)
The name of the script.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleEvent.setDiagnostics(Diagnostics diagnostics)
Diagnostic information about the deployment lifecycle event.
|
LifecycleEvent |
LifecycleEvent.withDiagnostics(Diagnostics diagnostics)
Diagnostic information about the deployment lifecycle event.
|
Modifier and Type | Method and Description |
---|---|
Diagnostics |
DiagnosticsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DiagnosticsJsonMarshaller.marshall(Diagnostics diagnostics,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|