| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography |
You use the Amazon Web Services Payment Cryptography Control Plane to manage the encryption keys you use for
payment-related cryptographic operations.
|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreKeyResult |
AbstractAWSPaymentCryptography.restoreKey(RestoreKeyRequest request) |
RestoreKeyResult |
AWSPaymentCryptography.restoreKey(RestoreKeyRequest restoreKeyRequest)
Cancels a scheduled key deletion during the waiting period.
|
RestoreKeyResult |
AWSPaymentCryptographyClient.restoreKey(RestoreKeyRequest request)
Cancels a scheduled key deletion during the waiting period.
|
Future<RestoreKeyResult> |
AbstractAWSPaymentCryptographyAsync.restoreKeyAsync(RestoreKeyRequest request) |
Future<RestoreKeyResult> |
AWSPaymentCryptographyAsyncClient.restoreKeyAsync(RestoreKeyRequest request) |
Future<RestoreKeyResult> |
AWSPaymentCryptographyAsync.restoreKeyAsync(RestoreKeyRequest restoreKeyRequest)
Cancels a scheduled key deletion during the waiting period.
|
Future<RestoreKeyResult> |
AbstractAWSPaymentCryptographyAsync.restoreKeyAsync(RestoreKeyRequest request,
AsyncHandler<RestoreKeyRequest,RestoreKeyResult> asyncHandler) |
Future<RestoreKeyResult> |
AWSPaymentCryptographyAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreKeyResult> |
AbstractAWSPaymentCryptographyAsync.restoreKeyAsync(RestoreKeyRequest request,
AsyncHandler<RestoreKeyRequest,RestoreKeyResult> asyncHandler) |
Future<RestoreKeyResult> |
AWSPaymentCryptographyAsyncClient.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.
|
| 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 © 2023. All rights reserved.