| 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.
|
| software.amazon.awssdk.services.paymentcryptography.model |
| 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 CompletableFuture<DeleteKeyResponse> |
PaymentCryptographyAsyncClient.deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)
Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteKeyRequest.Builder |
DeleteKeyRequest.builder() |
DeleteKeyRequest.Builder |
DeleteKeyRequest.Builder.deleteKeyInDays(Integer deleteKeyInDays)
The waiting period for key deletion.
|
DeleteKeyRequest.Builder |
DeleteKeyRequest.Builder.keyIdentifier(String keyIdentifier)
The
KeyARN of the key that is scheduled for deletion. |
DeleteKeyRequest.Builder |
DeleteKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteKeyRequest.Builder |
DeleteKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteKeyRequest.Builder |
DeleteKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteKeyRequest.Builder> |
DeleteKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.