Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.ImportKeyResponse
-
Packages that use ImportKeyResponse Package Description software.amazon.awssdk.services.paymentcryptography You use the Amazon Web Services Payment Cryptography Control Plane to manage the encryption keys you use for payment-related cryptographic operations. -
-
Uses of ImportKeyResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return ImportKeyResponse Modifier and Type Method Description default ImportKeyResponsePaymentCryptographyClient. importKey(Consumer<ImportKeyRequest.Builder> importKeyRequest)Imports keys and public key certificates into Amazon Web Services Payment Cryptography.default ImportKeyResponsePaymentCryptographyClient. importKey(ImportKeyRequest importKeyRequest)Imports keys and public key certificates into Amazon Web Services Payment Cryptography.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type ImportKeyResponse Modifier and Type Method Description default CompletableFuture<ImportKeyResponse>PaymentCryptographyAsyncClient. importKey(Consumer<ImportKeyRequest.Builder> importKeyRequest)Imports keys and public key certificates into Amazon Web Services Payment Cryptography.default CompletableFuture<ImportKeyResponse>PaymentCryptographyAsyncClient. importKey(ImportKeyRequest importKeyRequest)Imports keys and public key certificates into Amazon Web Services Payment Cryptography.
-