| 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 DeleteAliasResponse |
PaymentCryptographyClient.deleteAlias(Consumer<DeleteAliasRequest.Builder> deleteAliasRequest)
Deletes the alias, but doesn't affect the underlying key.
|
default DeleteAliasResponse |
PaymentCryptographyClient.deleteAlias(DeleteAliasRequest deleteAliasRequest)
Deletes the alias, but doesn't affect the underlying key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteAliasResponse> |
PaymentCryptographyAsyncClient.deleteAlias(Consumer<DeleteAliasRequest.Builder> deleteAliasRequest)
Deletes the alias, but doesn't affect the underlying key.
|
default CompletableFuture<DeleteAliasResponse> |
PaymentCryptographyAsyncClient.deleteAlias(DeleteAliasRequest deleteAliasRequest)
Deletes the alias, but doesn't affect the underlying key.
|
Copyright © 2023. All rights reserved.