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