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