Uses of Class
software.amazon.awssdk.services.iot.model.TransferCertificateResponse
-
Packages that use TransferCertificateResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of TransferCertificateResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return TransferCertificateResponse Modifier and Type Method Description default TransferCertificateResponseIotClient. transferCertificate(Consumer<TransferCertificateRequest.Builder> transferCertificateRequest)Transfers the specified certificate to the specified Amazon Web Services account.default TransferCertificateResponseIotClient. transferCertificate(TransferCertificateRequest transferCertificateRequest)Transfers the specified certificate to the specified Amazon Web Services account.Methods in software.amazon.awssdk.services.iot that return types with arguments of type TransferCertificateResponse Modifier and Type Method Description default CompletableFuture<TransferCertificateResponse>IotAsyncClient. transferCertificate(Consumer<TransferCertificateRequest.Builder> transferCertificateRequest)Transfers the specified certificate to the specified Amazon Web Services account.default CompletableFuture<TransferCertificateResponse>IotAsyncClient. transferCertificate(TransferCertificateRequest transferCertificateRequest)Transfers the specified certificate to the specified Amazon Web Services account.
-