Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.RestoreKeyRequest
-
Packages that use RestoreKeyRequest 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 RestoreKeyRequest in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography with parameters of type RestoreKeyRequest Modifier and Type Method Description default CompletableFuture<RestoreKeyResponse>PaymentCryptographyAsyncClient. restoreKey(RestoreKeyRequest restoreKeyRequest)Cancels a scheduled key deletion during the waiting period.default RestoreKeyResponsePaymentCryptographyClient. restoreKey(RestoreKeyRequest restoreKeyRequest)Cancels a scheduled key deletion during the waiting period. -
Uses of RestoreKeyRequest in software.amazon.awssdk.services.paymentcryptography.transform
Methods in software.amazon.awssdk.services.paymentcryptography.transform with parameters of type RestoreKeyRequest Modifier and Type Method Description SdkHttpFullRequestRestoreKeyRequestMarshaller. marshall(RestoreKeyRequest restoreKeyRequest)
-