Uses of Class
software.amazon.awssdk.services.kms.model.AliasListEntry
-
Packages that use AliasListEntry Package Description software.amazon.awssdk.services.kms.model software.amazon.awssdk.services.kms.paginators -
-
Uses of AliasListEntry in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type AliasListEntry Modifier and Type Method Description List<AliasListEntry>ListAliasesResponse. aliases()A list of aliases.Methods in software.amazon.awssdk.services.kms.model with parameters of type AliasListEntry Modifier and Type Method Description ListAliasesResponse.BuilderListAliasesResponse.Builder. aliases(AliasListEntry... aliases)A list of aliases.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type AliasListEntry Modifier and Type Method Description ListAliasesResponse.BuilderListAliasesResponse.Builder. aliases(Collection<AliasListEntry> aliases)A list of aliases. -
Uses of AliasListEntry in software.amazon.awssdk.services.kms.paginators
Methods in software.amazon.awssdk.services.kms.paginators that return types with arguments of type AliasListEntry Modifier and Type Method Description SdkIterable<AliasListEntry>ListAliasesIterable. aliases()Returns an iterable to iterate through the paginatedListAliasesResponse.aliases()member.SdkPublisher<AliasListEntry>ListAliasesPublisher. aliases()Returns a publisher that can be used to get a stream of data.
-