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