Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private ErrorInformation |
DeploymentInfo.errorInformation
Information about any error associated with this deployment.
|
Modifier and Type | Method and Description |
---|---|
ErrorInformation |
ErrorInformation.clone() |
ErrorInformation |
DeploymentInfo.getErrorInformation()
Information about any error associated with this deployment.
|
ErrorInformation |
ErrorInformation.withCode(ErrorCode code)
The error code:
|
ErrorInformation |
ErrorInformation.withCode(java.lang.String code)
The error code:
|
ErrorInformation |
ErrorInformation.withMessage(java.lang.String message)
An accompanying error message.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentInfo.setErrorInformation(ErrorInformation errorInformation)
Information about any error associated with this deployment.
|
DeploymentInfo |
DeploymentInfo.withErrorInformation(ErrorInformation errorInformation)
Information about any error associated with this deployment.
|
Modifier and Type | Method and Description |
---|---|
ErrorInformation |
ErrorInformationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ErrorInformationJsonMarshaller.marshall(ErrorInformation errorInformation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|