| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| PutFunctionConcurrencyResult | AbstractAWSLambda. putFunctionConcurrency(PutFunctionConcurrencyRequest request) | 
| PutFunctionConcurrencyResult | AWSLambda. putFunctionConcurrency(PutFunctionConcurrencyRequest putFunctionConcurrencyRequest)
 Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency
 level. | 
| PutFunctionConcurrencyResult | AWSLambdaClient. putFunctionConcurrency(PutFunctionConcurrencyRequest request)
 Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency
 level. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<PutFunctionConcurrencyResult> | AWSLambdaAsync. putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest putFunctionConcurrencyRequest,
                           AsyncHandler<PutFunctionConcurrencyRequest,PutFunctionConcurrencyResult> asyncHandler)
 Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency
 level. | 
| Future<PutFunctionConcurrencyResult> | AbstractAWSLambdaAsync. putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest request,
                           AsyncHandler<PutFunctionConcurrencyRequest,PutFunctionConcurrencyResult> asyncHandler) | 
| Future<PutFunctionConcurrencyResult> | AWSLambdaAsyncClient. putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest request,
                           AsyncHandler<PutFunctionConcurrencyRequest,PutFunctionConcurrencyResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| PutFunctionConcurrencyResult | PutFunctionConcurrencyResult. clone() | 
| PutFunctionConcurrencyResult | PutFunctionConcurrencyResult. withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
 The number of concurrent executions that are reserved for this function. | 
Copyright © 2020. All rights reserved.