Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.CreateAliasResponse
-
Packages that use CreateAliasResponse 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 CreateAliasResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return CreateAliasResponse Modifier and Type Method Description default CreateAliasResponsePaymentCryptographyClient. createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key.default CreateAliasResponsePaymentCryptographyClient. createAlias(CreateAliasRequest createAliasRequest)Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type CreateAliasResponse Modifier and Type Method Description default CompletableFuture<CreateAliasResponse>PaymentCryptographyAsyncClient. createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key.default CompletableFuture<CreateAliasResponse>PaymentCryptographyAsyncClient. createAlias(CreateAliasRequest createAliasRequest)Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key.
-