Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.DeleteKeyRequest
-
Packages that use DeleteKeyRequest 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.software.amazon.awssdk.services.paymentcryptography.transform -
-
Uses of DeleteKeyRequest in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography with parameters of type DeleteKeyRequest Modifier and Type Method Description default CompletableFuture<DeleteKeyResponse>PaymentCryptographyAsyncClient. deleteKey(DeleteKeyRequest 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. -
Uses of DeleteKeyRequest in software.amazon.awssdk.services.paymentcryptography.transform
Methods in software.amazon.awssdk.services.paymentcryptography.transform with parameters of type DeleteKeyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteKeyRequestMarshaller. marshall(DeleteKeyRequest deleteKeyRequest)
-