Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private TransferData |
CertificateDescription.transferData
The transfer data.
|
Modifier and Type | Method and Description |
---|---|
TransferData |
TransferData.clone() |
TransferData |
CertificateDescription.getTransferData()
The transfer data.
|
TransferData |
TransferData.withAcceptDate(java.util.Date acceptDate)
The date the transfer was accepted.
|
TransferData |
TransferData.withRejectDate(java.util.Date rejectDate)
The date the transfer was rejected.
|
TransferData |
TransferData.withRejectReason(java.lang.String rejectReason)
The reason why the transfer was rejected.
|
TransferData |
TransferData.withTransferDate(java.util.Date transferDate)
The date the transfer took place.
|
TransferData |
TransferData.withTransferMessage(java.lang.String transferMessage)
The transfer message.
|
Modifier and Type | Method and Description |
---|---|
void |
CertificateDescription.setTransferData(TransferData transferData)
The transfer data.
|
CertificateDescription |
CertificateDescription.withTransferData(TransferData transferData)
The transfer data.
|
Modifier and Type | Method and Description |
---|---|
TransferData |
TransferDataJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TransferDataJsonMarshaller.marshall(TransferData transferData,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|