| 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 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static GetKeyRequest.Builder |
GetKeyRequest.builder() |
GetKeyRequest.Builder |
GetKeyRequest.Builder.keyIdentifier(String keyIdentifier)
The
KeyARN of the Amazon Web Services Payment Cryptography key. |
GetKeyRequest.Builder |
GetKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetKeyRequest.Builder |
GetKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetKeyRequest.Builder |
GetKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetKeyRequest.Builder> |
GetKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.