Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.DeleteAliasRequest
-
Packages that use DeleteAliasRequest 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.transform -
-
Uses of DeleteAliasRequest in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography with parameters of type DeleteAliasRequest Modifier and Type Method Description default CompletableFuture<DeleteAliasResponse>PaymentCryptographyAsyncClient. deleteAlias(DeleteAliasRequest 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. -
Uses of DeleteAliasRequest in software.amazon.awssdk.services.paymentcryptography.transform
Methods in software.amazon.awssdk.services.paymentcryptography.transform with parameters of type DeleteAliasRequest Modifier and Type Method Description SdkHttpFullRequestDeleteAliasRequestMarshaller. marshall(DeleteAliasRequest deleteAliasRequest)
-