Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.Alias
-
Packages that use Alias Package Description software.amazon.awssdk.services.paymentcryptography.model software.amazon.awssdk.services.paymentcryptography.paginators -
-
Uses of Alias in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return Alias Modifier and Type Method Description AliasCreateAliasResponse. alias()The alias for the key.AliasGetAliasResponse. alias()The alias of the Amazon Web Services Payment Cryptography key.AliasUpdateAliasResponse. alias()The alias name.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type Alias Modifier and Type Method Description List<Alias>ListAliasesResponse. aliases()The list of aliases.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type Alias Modifier and Type Method Description CreateAliasResponse.BuilderCreateAliasResponse.Builder. alias(Alias alias)The alias for the key.GetAliasResponse.BuilderGetAliasResponse.Builder. alias(Alias alias)The alias of the Amazon Web Services Payment Cryptography key.UpdateAliasResponse.BuilderUpdateAliasResponse.Builder. alias(Alias alias)The alias name.ListAliasesResponse.BuilderListAliasesResponse.Builder. aliases(Alias... aliases)The list of aliases.Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type Alias Modifier and Type Method Description ListAliasesResponse.BuilderListAliasesResponse.Builder. aliases(Collection<Alias> aliases)The list of aliases. -
Uses of Alias in software.amazon.awssdk.services.paymentcryptography.paginators
Methods in software.amazon.awssdk.services.paymentcryptography.paginators that return types with arguments of type Alias Modifier and Type Method Description SdkIterable<Alias>ListAliasesIterable. aliases()Returns an iterable to iterate through the paginatedListAliasesResponse.aliases()member.SdkPublisher<Alias>ListAliasesPublisher. aliases()Returns a publisher that can be used to get a stream of data.
-