Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.DeleteKeyResponse
-
Packages that use DeleteKeyResponse Package Description software.amazon.awssdk.services.paymentcryptography Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during 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 metadata associated with Amazon Web Services Payment Cryptography key.default DeleteKeyResponsePaymentCryptographyClient. deleteKey(DeleteKeyRequest deleteKeyRequest)Deletes the key material and 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 metadata associated with Amazon Web Services Payment Cryptography key.default CompletableFuture<DeleteKeyResponse>PaymentCryptographyAsyncClient. deleteKey(DeleteKeyRequest deleteKeyRequest)Deletes the key material and metadata associated with Amazon Web Services Payment Cryptography key.
-