| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| software.amazon.awssdk.services.lambda.transform |
| Modifier and Type | Method and Description |
|---|---|
default PutFunctionConcurrencyResponse |
LambdaClient.putFunctionConcurrency(PutFunctionConcurrencyRequest putFunctionConcurrencyRequest)
Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency
level.
|
default CompletableFuture<PutFunctionConcurrencyResponse> |
LambdaAsyncClient.putFunctionConcurrency(PutFunctionConcurrencyRequest putFunctionConcurrencyRequest)
Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency
level.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PutFunctionConcurrencyRequestMarshaller.marshall(PutFunctionConcurrencyRequest putFunctionConcurrencyRequest) |
Copyright © 2022. All rights reserved.