Uses of Class
software.amazon.awssdk.services.lambda.model.FunctionUrlConfig
Packages that use FunctionUrlConfig
Package
Description
-
Uses of FunctionUrlConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionUrlConfigModifier and TypeMethodDescriptionfinal List<FunctionUrlConfig>ListFunctionUrlConfigsResponse.functionUrlConfigs()A list of function URL configurations.Methods in software.amazon.awssdk.services.lambda.model with parameters of type FunctionUrlConfigModifier and TypeMethodDescriptionListFunctionUrlConfigsResponse.Builder.functionUrlConfigs(FunctionUrlConfig... functionUrlConfigs) A list of function URL configurations.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FunctionUrlConfigModifier and TypeMethodDescriptionListFunctionUrlConfigsResponse.Builder.functionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs) A list of function URL configurations. -
Uses of FunctionUrlConfig in software.amazon.awssdk.services.lambda.paginators
Methods in software.amazon.awssdk.services.lambda.paginators that return types with arguments of type FunctionUrlConfigModifier and TypeMethodDescriptionfinal SdkIterable<FunctionUrlConfig>ListFunctionUrlConfigsIterable.functionUrlConfigs()Returns an iterable to iterate through the paginatedListFunctionUrlConfigsResponse.functionUrlConfigs()member.final SdkPublisher<FunctionUrlConfig>ListFunctionUrlConfigsPublisher.functionUrlConfigs()Returns a publisher that can be used to get a stream of data.