| 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 UpdateAliasResponse |
PaymentCryptographyClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Associates an existing Amazon Web Services Payment Cryptography alias with a different key.
|
default CompletableFuture<UpdateAliasResponse> |
PaymentCryptographyAsyncClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Associates an existing Amazon Web Services Payment Cryptography alias with a different key.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAliasRequest.Builder |
UpdateAliasRequest.Builder.aliasName(String aliasName)
The alias whose associated key is changing.
|
static UpdateAliasRequest.Builder |
UpdateAliasRequest.builder() |
UpdateAliasRequest.Builder |
UpdateAliasRequest.Builder.keyArn(String keyArn)
The
KeyARN for the key that you are updating or removing from the alias. |
UpdateAliasRequest.Builder |
UpdateAliasRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAliasRequest.Builder |
UpdateAliasRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAliasRequest.Builder |
UpdateAliasRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAliasRequest.Builder> |
UpdateAliasRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.