Uses of Class
software.amazon.awssdk.services.lambda.model.ListFunctionUrlConfigsResponse
-
Packages that use ListFunctionUrlConfigsResponse Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.paginators -
-
Uses of ListFunctionUrlConfigsResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return ListFunctionUrlConfigsResponse Modifier and Type Method Description default ListFunctionUrlConfigsResponse
LambdaClient. listFunctionUrlConfigs(Consumer<ListFunctionUrlConfigsRequest.Builder> listFunctionUrlConfigsRequest)
Returns a list of Lambda function URLs for the specified function.default ListFunctionUrlConfigsResponse
LambdaClient. listFunctionUrlConfigs(ListFunctionUrlConfigsRequest listFunctionUrlConfigsRequest)
Returns a list of Lambda function URLs for the specified function.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type ListFunctionUrlConfigsResponse Modifier and Type Method Description default CompletableFuture<ListFunctionUrlConfigsResponse>
LambdaAsyncClient. listFunctionUrlConfigs(Consumer<ListFunctionUrlConfigsRequest.Builder> listFunctionUrlConfigsRequest)
Returns a list of Lambda function URLs for the specified function.default CompletableFuture<ListFunctionUrlConfigsResponse>
LambdaAsyncClient. listFunctionUrlConfigs(ListFunctionUrlConfigsRequest listFunctionUrlConfigsRequest)
Returns a list of Lambda function URLs for the specified function. -
Uses of ListFunctionUrlConfigsResponse in software.amazon.awssdk.services.lambda.paginators
Methods in software.amazon.awssdk.services.lambda.paginators that return types with arguments of type ListFunctionUrlConfigsResponse Modifier and Type Method Description Iterator<ListFunctionUrlConfigsResponse>
ListFunctionUrlConfigsIterable. iterator()
Method parameters in software.amazon.awssdk.services.lambda.paginators with type arguments of type ListFunctionUrlConfigsResponse Modifier and Type Method Description void
ListFunctionUrlConfigsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFunctionUrlConfigsResponse> subscriber)
-