| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<PutFunctionConcurrencyResult> | 
AWSLambdaAsyncClient.putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest request,
                           AsyncHandler<PutFunctionConcurrencyRequest,PutFunctionConcurrencyResult> asyncHandler)  | 
Future<PutFunctionConcurrencyResult> | 
AbstractAWSLambdaAsync.putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest request,
                           AsyncHandler<PutFunctionConcurrencyRequest,PutFunctionConcurrencyResult> asyncHandler)  | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PutFunctionConcurrencyRequest | 
PutFunctionConcurrencyRequest.clone()  | 
PutFunctionConcurrencyRequest | 
PutFunctionConcurrencyRequest.withFunctionName(String functionName)
 The name of the Lambda function. 
 | 
PutFunctionConcurrencyRequest | 
PutFunctionConcurrencyRequest.withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
 The number of simultaneous executions to reserve for the function. 
 | 
Copyright © 2021. All rights reserved.