Uses of Class
software.amazon.awssdk.services.lambda.model.FunctionVersionsByCapacityProviderListItem
Packages that use FunctionVersionsByCapacityProviderListItem
Package
Description
-
Uses of FunctionVersionsByCapacityProviderListItem in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionVersionsByCapacityProviderListItemModifier and TypeMethodDescriptionListFunctionVersionsByCapacityProviderResponse.functionVersions()A list of function versions that use the specified capacity provider.Methods in software.amazon.awssdk.services.lambda.model with parameters of type FunctionVersionsByCapacityProviderListItemModifier and TypeMethodDescriptionListFunctionVersionsByCapacityProviderResponse.Builder.functionVersions(FunctionVersionsByCapacityProviderListItem... functionVersions) A list of function versions that use the specified capacity provider.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FunctionVersionsByCapacityProviderListItemModifier and TypeMethodDescriptionListFunctionVersionsByCapacityProviderResponse.Builder.functionVersions(Collection<FunctionVersionsByCapacityProviderListItem> functionVersions) A list of function versions that use the specified capacity provider. -
Uses of FunctionVersionsByCapacityProviderListItem in software.amazon.awssdk.services.lambda.paginators
Methods in software.amazon.awssdk.services.lambda.paginators that return types with arguments of type FunctionVersionsByCapacityProviderListItemModifier and TypeMethodDescriptionListFunctionVersionsByCapacityProviderIterable.functionVersions()Returns an iterable to iterate through the paginatedListFunctionVersionsByCapacityProviderResponse.functionVersions()member.ListFunctionVersionsByCapacityProviderPublisher.functionVersions()Returns a publisher that can be used to get a stream of data.