Uses of Class
com.amazonaws.services.iot.model.TransferData
Packages that use TransferData
-
Uses of TransferData in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return TransferDataModifier and TypeMethodDescriptionTransferData.clone()
CertificateDescription.getTransferData()
The transfer data.TransferData.withAcceptDate
(Date acceptDate) The date the transfer was accepted.TransferData.withRejectDate
(Date rejectDate) The date the transfer was rejected.TransferData.withRejectReason
(String rejectReason) The reason why the transfer was rejected.TransferData.withTransferDate
(Date transferDate) The date the transfer took place.TransferData.withTransferMessage
(String transferMessage) The transfer message.Methods in com.amazonaws.services.iot.model with parameters of type TransferDataModifier and TypeMethodDescriptionvoid
CertificateDescription.setTransferData
(TransferData transferData) The transfer data.CertificateDescription.withTransferData
(TransferData transferData) The transfer data.