Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.UpdateAliasRequest.Builder
-
Packages that use UpdateAliasRequest.Builder Package Description software.amazon.awssdk.services.paymentcryptography Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related cryptographic operations.software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of UpdateAliasRequest.Builder in software.amazon.awssdk.services.paymentcryptography
Method parameters in software.amazon.awssdk.services.paymentcryptography with type arguments of type UpdateAliasRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAliasResponse>PaymentCryptographyAsyncClient. updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)Associates an existing Amazon Web Services Payment Cryptography alias with a different key.default UpdateAliasResponsePaymentCryptographyClient. updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)Associates an existing Amazon Web Services Payment Cryptography alias with a different key. -
Uses of UpdateAliasRequest.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return UpdateAliasRequest.Builder Modifier and Type Method Description UpdateAliasRequest.BuilderUpdateAliasRequest.Builder. aliasName(String aliasName)The alias whose associated key is changing.static UpdateAliasRequest.BuilderUpdateAliasRequest. builder()UpdateAliasRequest.BuilderUpdateAliasRequest.Builder. keyArn(String keyArn)TheKeyARNfor the key that you are updating or removing from the alias.UpdateAliasRequest.BuilderUpdateAliasRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAliasRequest.BuilderUpdateAliasRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAliasRequest.BuilderUpdateAliasRequest. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type UpdateAliasRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAliasRequest.Builder>UpdateAliasRequest. serializableBuilderClass()
-