Uses of Class
software.amazon.awssdk.services.lambda.model.CreateFunctionResponse
-
Packages that use CreateFunctionResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of CreateFunctionResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return CreateFunctionResponse Modifier and Type Method Description default CreateFunctionResponseLambdaClient. createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest)Creates a Lambda function.default CreateFunctionResponseLambdaClient. createFunction(CreateFunctionRequest createFunctionRequest)Creates a Lambda function.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type CreateFunctionResponse Modifier and Type Method Description default CompletableFuture<CreateFunctionResponse>LambdaAsyncClient. createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest)Creates a Lambda function.default CompletableFuture<CreateFunctionResponse>LambdaAsyncClient. createFunction(CreateFunctionRequest createFunctionRequest)Creates a Lambda function.
-