| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography |
Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related
cryptographic operations.
|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreKeyResult |
AWSPaymentCryptographyClient.restoreKey(RestoreKeyRequest request)
Cancels a scheduled key deletion during the waiting period.
|
RestoreKeyResult |
AbstractAWSPaymentCryptography.restoreKey(RestoreKeyRequest request) |
RestoreKeyResult |
AWSPaymentCryptography.restoreKey(RestoreKeyRequest restoreKeyRequest)
Cancels a scheduled key deletion during the waiting period.
|
Future<RestoreKeyResult> |
AbstractAWSPaymentCryptographyAsync.restoreKeyAsync(RestoreKeyRequest request) |
Future<RestoreKeyResult> |
AWSPaymentCryptographyAsync.restoreKeyAsync(RestoreKeyRequest restoreKeyRequest)
Cancels a scheduled key deletion during the waiting period.
|
Future<RestoreKeyResult> |
AWSPaymentCryptographyAsyncClient.restoreKeyAsync(RestoreKeyRequest request) |
Future<RestoreKeyResult> |
AbstractAWSPaymentCryptographyAsync.restoreKeyAsync(RestoreKeyRequest request,
AsyncHandler<RestoreKeyRequest,RestoreKeyResult> asyncHandler) |
Future<RestoreKeyResult> |
AWSPaymentCryptographyAsync.restoreKeyAsync(RestoreKeyRequest restoreKeyRequest,
AsyncHandler<RestoreKeyRequest,RestoreKeyResult> asyncHandler)
Cancels a scheduled key deletion during the waiting period.
|
Future<RestoreKeyResult> |
AWSPaymentCryptographyAsyncClient.restoreKeyAsync(RestoreKeyRequest request,
AsyncHandler<RestoreKeyRequest,RestoreKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreKeyResult> |
AbstractAWSPaymentCryptographyAsync.restoreKeyAsync(RestoreKeyRequest request,
AsyncHandler<RestoreKeyRequest,RestoreKeyResult> asyncHandler) |
Future<RestoreKeyResult> |
AWSPaymentCryptographyAsync.restoreKeyAsync(RestoreKeyRequest restoreKeyRequest,
AsyncHandler<RestoreKeyRequest,RestoreKeyResult> asyncHandler)
Cancels a scheduled key deletion during the waiting period.
|
Future<RestoreKeyResult> |
AWSPaymentCryptographyAsyncClient.restoreKeyAsync(RestoreKeyRequest request,
AsyncHandler<RestoreKeyRequest,RestoreKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreKeyRequest |
RestoreKeyRequest.clone() |
RestoreKeyRequest |
RestoreKeyRequest.withKeyIdentifier(String keyIdentifier)
The
KeyARN of the key to be restored within Amazon Web Services Payment Cryptography. |
Copyright © 2024. All rights reserved.