| 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 |
|---|---|
DeleteKeyResult |
AbstractAWSPaymentCryptography.deleteKey(DeleteKeyRequest request) |
DeleteKeyResult |
AWSPaymentCryptographyClient.deleteKey(DeleteKeyRequest request)
Deletes the key material and metadata associated with Amazon Web Services Payment Cryptography key.
|
DeleteKeyResult |
AWSPaymentCryptography.deleteKey(DeleteKeyRequest deleteKeyRequest)
Deletes the key material and metadata associated with Amazon Web Services Payment Cryptography key.
|
Future<DeleteKeyResult> |
AbstractAWSPaymentCryptographyAsync.deleteKeyAsync(DeleteKeyRequest request) |
Future<DeleteKeyResult> |
AWSPaymentCryptographyAsyncClient.deleteKeyAsync(DeleteKeyRequest request) |
Future<DeleteKeyResult> |
AWSPaymentCryptographyAsync.deleteKeyAsync(DeleteKeyRequest deleteKeyRequest)
Deletes the key material and metadata associated with Amazon Web Services Payment Cryptography key.
|
Future<DeleteKeyResult> |
AbstractAWSPaymentCryptographyAsync.deleteKeyAsync(DeleteKeyRequest request,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler) |
Future<DeleteKeyResult> |
AWSPaymentCryptographyAsyncClient.deleteKeyAsync(DeleteKeyRequest request,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler) |
Future<DeleteKeyResult> |
AWSPaymentCryptographyAsync.deleteKeyAsync(DeleteKeyRequest deleteKeyRequest,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler)
Deletes the key material and metadata associated with Amazon Web Services Payment Cryptography key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteKeyResult> |
AbstractAWSPaymentCryptographyAsync.deleteKeyAsync(DeleteKeyRequest request,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler) |
Future<DeleteKeyResult> |
AWSPaymentCryptographyAsyncClient.deleteKeyAsync(DeleteKeyRequest request,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler) |
Future<DeleteKeyResult> |
AWSPaymentCryptographyAsync.deleteKeyAsync(DeleteKeyRequest deleteKeyRequest,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler)
Deletes the key material and metadata associated with Amazon Web Services Payment Cryptography key.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteKeyRequest |
DeleteKeyRequest.clone() |
DeleteKeyRequest |
DeleteKeyRequest.withDeleteKeyInDays(Integer deleteKeyInDays)
The waiting period for key deletion.
|
DeleteKeyRequest |
DeleteKeyRequest.withKeyIdentifier(String keyIdentifier)
The
KeyARN of the key that is scheduled for deletion. |
Copyright © 2023. All rights reserved.