Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.DeleteAliasResponse
-
Packages that use DeleteAliasResponse 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 DeleteAliasResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return DeleteAliasResponse Modifier and Type Method Description default DeleteAliasResponsePaymentCryptographyClient. deleteAlias(Consumer<DeleteAliasRequest.Builder> deleteAliasRequest)Deletes the alias, but doesn't affect the underlying key.default DeleteAliasResponsePaymentCryptographyClient. deleteAlias(DeleteAliasRequest deleteAliasRequest)Deletes the alias, but doesn't affect the underlying key.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type DeleteAliasResponse Modifier and Type Method Description default CompletableFuture<DeleteAliasResponse>PaymentCryptographyAsyncClient. deleteAlias(Consumer<DeleteAliasRequest.Builder> deleteAliasRequest)Deletes the alias, but doesn't affect the underlying key.default CompletableFuture<DeleteAliasResponse>PaymentCryptographyAsyncClient. deleteAlias(DeleteAliasRequest deleteAliasRequest)Deletes the alias, but doesn't affect the underlying key.
-