| 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 GetKeyResponse |
PaymentCryptographyClient.getKey(Consumer<GetKeyRequest.Builder> getKeyRequest)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
default GetKeyResponse |
PaymentCryptographyClient.getKey(GetKeyRequest getKeyRequest)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetKeyResponse> |
PaymentCryptographyAsyncClient.getKey(Consumer<GetKeyRequest.Builder> getKeyRequest)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
default CompletableFuture<GetKeyResponse> |
PaymentCryptographyAsyncClient.getKey(GetKeyRequest getKeyRequest)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
Copyright © 2023. All rights reserved.