| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<PutFunctionConcurrencyResult> | 
AWSLambdaAsync.putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest putFunctionConcurrencyRequest,
                           AsyncHandler<PutFunctionConcurrencyRequest,PutFunctionConcurrencyResult> asyncHandler)
 Sets a limit on the number of concurrent executions available to this function. 
 | 
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 | 
|---|---|
PutFunctionConcurrencyRequest | 
PutFunctionConcurrencyRequest.clone()  | 
PutFunctionConcurrencyRequest | 
PutFunctionConcurrencyRequest.withFunctionName(String functionName)
 The name of the function you are setting concurrent execution limits on. 
 | 
PutFunctionConcurrencyRequest | 
PutFunctionConcurrencyRequest.withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
 The concurrent execution limit reserved for this function. 
 | 
Copyright © 2018. All rights reserved.