| 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 a limit on the number of concurrent executions available to this function. 
 | 
PutFunctionConcurrencyResult | 
AWSLambdaClient.putFunctionConcurrency(PutFunctionConcurrencyRequest request)
 Sets a limit on the number of concurrent executions available to this function. 
 | 
| 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 | 
|---|---|
PutFunctionConcurrencyResult | 
PutFunctionConcurrencyResult.clone()  | 
PutFunctionConcurrencyResult | 
PutFunctionConcurrencyResult.withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
 The number of concurrent executions reserved for this function. 
 | 
Copyright © 2018. All rights reserved.