Uses of Class
software.amazon.awssdk.services.lambda.model.FunctionConfiguration
Packages that use FunctionConfiguration
Package
Description
-
Uses of FunctionConfiguration in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionConfigurationModifier and TypeMethodDescriptionfinal FunctionConfigurationGetFunctionResponse.configuration()The configuration of the function or version.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionConfigurationModifier and TypeMethodDescriptionfinal List<FunctionConfiguration>ListFunctionsResponse.functions()A list of Lambda functions.final List<FunctionConfiguration>ListVersionsByFunctionResponse.versions()A list of Lambda function versions.Methods in software.amazon.awssdk.services.lambda.model with parameters of type FunctionConfigurationModifier and TypeMethodDescriptionGetFunctionResponse.Builder.configuration(FunctionConfiguration configuration) The configuration of the function or version.ListFunctionsResponse.Builder.functions(FunctionConfiguration... functions) A list of Lambda functions.ListVersionsByFunctionResponse.Builder.versions(FunctionConfiguration... versions) A list of Lambda function versions.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FunctionConfigurationModifier and TypeMethodDescriptionListFunctionsResponse.Builder.functions(Collection<FunctionConfiguration> functions) A list of Lambda functions.ListVersionsByFunctionResponse.Builder.versions(Collection<FunctionConfiguration> versions) A list of Lambda function versions. -
Uses of FunctionConfiguration in software.amazon.awssdk.services.lambda.paginators
Methods in software.amazon.awssdk.services.lambda.paginators that return types with arguments of type FunctionConfigurationModifier and TypeMethodDescriptionfinal SdkIterable<FunctionConfiguration>ListFunctionsIterable.functions()Returns an iterable to iterate through the paginatedListFunctionsResponse.functions()member.ListFunctionsPublisher.functions()Returns a publisher that can be used to get a stream of data.final SdkIterable<FunctionConfiguration>ListVersionsByFunctionIterable.versions()Returns an iterable to iterate through the paginatedListVersionsByFunctionResponse.versions()member.ListVersionsByFunctionPublisher.versions()Returns a publisher that can be used to get a stream of data.