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