| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFunctionResponse |
LambdaClient.createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest)
Creates a Lambda function.
|
default CreateFunctionResponse |
LambdaClient.createFunction(CreateFunctionRequest createFunctionRequest)
Creates a Lambda function.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.