| 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 GetAliasResponse |
PaymentCryptographyClient.getAlias(Consumer<GetAliasRequest.Builder> getAliasRequest)
Gets the Amazon Web Services Payment Cryptography key associated with the alias.
|
default CompletableFuture<GetAliasResponse> |
PaymentCryptographyAsyncClient.getAlias(Consumer<GetAliasRequest.Builder> getAliasRequest)
Gets the Amazon Web Services Payment Cryptography key associated with the alias.
|
| Modifier and Type | Method and Description |
|---|---|
GetAliasRequest.Builder |
GetAliasRequest.Builder.aliasName(String aliasName)
The alias of the Amazon Web Services Payment Cryptography key.
|
static GetAliasRequest.Builder |
GetAliasRequest.builder() |
GetAliasRequest.Builder |
GetAliasRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAliasRequest.Builder |
GetAliasRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAliasRequest.Builder |
GetAliasRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAliasRequest.Builder> |
GetAliasRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.