Uses of Class
com.amazonaws.services.iot.model.TransferCertificateResult
-
Packages that use TransferCertificateResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of TransferCertificateResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return TransferCertificateResult Modifier and Type Method Description TransferCertificateResultAbstractAWSIot. transferCertificate(TransferCertificateRequest request)TransferCertificateResultAWSIot. transferCertificate(TransferCertificateRequest transferCertificateRequest)Transfers the specified certificate to the specified AWS account.TransferCertificateResultAWSIotClient. transferCertificate(TransferCertificateRequest transferCertificateRequest)Transfers the specified certificate to the specified AWS account.Method parameters in com.amazonaws.services.iot with type arguments of type TransferCertificateResult Modifier and Type Method Description Future<TransferCertificateResult>AbstractAWSIotAsync. transferCertificateAsync(TransferCertificateRequest request, AsyncHandler<TransferCertificateRequest,TransferCertificateResult> asyncHandler)Future<TransferCertificateResult>AWSIotAsync. transferCertificateAsync(TransferCertificateRequest transferCertificateRequest, AsyncHandler<TransferCertificateRequest,TransferCertificateResult> asyncHandler)Transfers the specified certificate to the specified AWS account.Future<TransferCertificateResult>AWSIotAsyncClient. transferCertificateAsync(TransferCertificateRequest request, AsyncHandler<TransferCertificateRequest,TransferCertificateResult> asyncHandler) -
Uses of TransferCertificateResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return TransferCertificateResult Modifier and Type Method Description TransferCertificateResultTransferCertificateResult. clone()TransferCertificateResultTransferCertificateResult. withTransferredCertificateArn(String transferredCertificateArn)The ARN of the certificate.
-