Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.DeleteKeyResponse
-
Packages that use DeleteKeyResponse 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 DeleteKeyResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return DeleteKeyResponse Modifier and Type Method Description default DeleteKeyResponsePaymentCryptographyClient. deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.default DeleteKeyResponsePaymentCryptographyClient. deleteKey(DeleteKeyRequest deleteKeyRequest)Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type DeleteKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteKeyResponse>PaymentCryptographyAsyncClient. deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.default CompletableFuture<DeleteKeyResponse>PaymentCryptographyAsyncClient. deleteKey(DeleteKeyRequest deleteKeyRequest)Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.
-