Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.DeleteKeyRequest
-
Packages that use DeleteKeyRequest 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.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 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. -
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)
-