Uses of Class
software.amazon.awssdk.services.lambda.model.PutFunctionConcurrencyRequest
-
Packages that use PutFunctionConcurrencyRequest Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.transform -
-
Uses of PutFunctionConcurrencyRequest in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda with parameters of type PutFunctionConcurrencyRequest Modifier and Type Method Description default CompletableFuture<PutFunctionConcurrencyResponse>
LambdaAsyncClient. putFunctionConcurrency(PutFunctionConcurrencyRequest putFunctionConcurrencyRequest)
Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level.default PutFunctionConcurrencyResponse
LambdaClient. putFunctionConcurrency(PutFunctionConcurrencyRequest putFunctionConcurrencyRequest)
Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level. -
Uses of PutFunctionConcurrencyRequest in software.amazon.awssdk.services.lambda.transform
Methods in software.amazon.awssdk.services.lambda.transform with parameters of type PutFunctionConcurrencyRequest Modifier and Type Method Description SdkHttpFullRequest
PutFunctionConcurrencyRequestMarshaller. marshall(PutFunctionConcurrencyRequest putFunctionConcurrencyRequest)
-