| 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 CreateKeyResponse |
PaymentCryptographyClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
default CreateKeyResponse |
PaymentCryptographyClient.createKey(CreateKeyRequest createKeyRequest)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateKeyResponse> |
PaymentCryptographyAsyncClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
default CompletableFuture<CreateKeyResponse> |
PaymentCryptographyAsyncClient.createKey(CreateKeyRequest createKeyRequest)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
Copyright © 2023. All rights reserved.