Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.GetAliasResponse
-
Packages that use GetAliasResponse 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 GetAliasResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return GetAliasResponse Modifier and Type Method Description default GetAliasResponsePaymentCryptographyClient. getAlias(Consumer<GetAliasRequest.Builder> getAliasRequest)Gets the Amazon Web Services Payment Cryptography key associated with the alias.default GetAliasResponsePaymentCryptographyClient. getAlias(GetAliasRequest getAliasRequest)Gets the Amazon Web Services Payment Cryptography key associated with the alias.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type GetAliasResponse Modifier and Type Method Description default CompletableFuture<GetAliasResponse>PaymentCryptographyAsyncClient. getAlias(Consumer<GetAliasRequest.Builder> getAliasRequest)Gets the Amazon Web Services Payment Cryptography key associated with the alias.default CompletableFuture<GetAliasResponse>PaymentCryptographyAsyncClient. getAlias(GetAliasRequest getAliasRequest)Gets the Amazon Web Services Payment Cryptography key associated with the alias.
-