Uses of Class
software.amazon.awssdk.services.lambda.model.CreateFunctionUrlConfigResponse
-
Packages that use CreateFunctionUrlConfigResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of CreateFunctionUrlConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return CreateFunctionUrlConfigResponse Modifier and Type Method Description default CreateFunctionUrlConfigResponse
LambdaClient. createFunctionUrlConfig(Consumer<CreateFunctionUrlConfigRequest.Builder> createFunctionUrlConfigRequest)
Creates a Lambda function URL with the specified configuration parameters.default CreateFunctionUrlConfigResponse
LambdaClient. createFunctionUrlConfig(CreateFunctionUrlConfigRequest createFunctionUrlConfigRequest)
Creates a Lambda function URL with the specified configuration parameters.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type CreateFunctionUrlConfigResponse Modifier and Type Method Description default CompletableFuture<CreateFunctionUrlConfigResponse>
LambdaAsyncClient. createFunctionUrlConfig(Consumer<CreateFunctionUrlConfigRequest.Builder> createFunctionUrlConfigRequest)
Creates a Lambda function URL with the specified configuration parameters.default CompletableFuture<CreateFunctionUrlConfigResponse>
LambdaAsyncClient. createFunctionUrlConfig(CreateFunctionUrlConfigRequest createFunctionUrlConfigRequest)
Creates a Lambda function URL with the specified configuration parameters.
-