| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography |
You use the Amazon Web Services Payment Cryptography Control Plane to manage the encryption keys you use for
payment-related cryptographic operations.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteKeyResponse |
PaymentCryptographyClient.deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)
Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.
|
default DeleteKeyResponse |
PaymentCryptographyClient.deleteKey(DeleteKeyRequest deleteKeyRequest)
Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteKeyResponse> |
PaymentCryptographyAsyncClient.deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)
Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.
|
default CompletableFuture<DeleteKeyResponse> |
PaymentCryptographyAsyncClient.deleteKey(DeleteKeyRequest deleteKeyRequest)
Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.
|
Copyright © 2023. All rights reserved.