Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.UpdateAliasResponse
-
Packages that use UpdateAliasResponse 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. -
-
Uses of UpdateAliasResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return UpdateAliasResponse Modifier and Type Method Description default UpdateAliasResponsePaymentCryptographyClient. updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)Associates an existing Amazon Web Services Payment Cryptography alias with a different key.default UpdateAliasResponsePaymentCryptographyClient. updateAlias(UpdateAliasRequest updateAliasRequest)Associates an existing Amazon Web Services Payment Cryptography alias with a different key.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type UpdateAliasResponse 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 CompletableFuture<UpdateAliasResponse>PaymentCryptographyAsyncClient. updateAlias(UpdateAliasRequest updateAliasRequest)Associates an existing Amazon Web Services Payment Cryptography alias with a different key.
-