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