Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.GetAliasRequest.Builder
-
Packages that use GetAliasRequest.Builder 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.software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of GetAliasRequest.Builder in software.amazon.awssdk.services.paymentcryptography
Method parameters in software.amazon.awssdk.services.paymentcryptography with type arguments of type GetAliasRequest.Builder 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 GetAliasResponsePaymentCryptographyClient. getAlias(Consumer<GetAliasRequest.Builder> getAliasRequest)Gets the Amazon Web Services Payment Cryptography key associated with the alias. -
Uses of GetAliasRequest.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return GetAliasRequest.Builder Modifier and Type Method Description GetAliasRequest.BuilderGetAliasRequest.Builder. aliasName(String aliasName)The alias of the Amazon Web Services Payment Cryptography key.static GetAliasRequest.BuilderGetAliasRequest. builder()GetAliasRequest.BuilderGetAliasRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAliasRequest.BuilderGetAliasRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAliasRequest.BuilderGetAliasRequest. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type GetAliasRequest.Builder Modifier and Type Method Description static Class<? extends GetAliasRequest.Builder>GetAliasRequest. serializableBuilderClass()
-