Uses of Class
software.amazon.awssdk.services.lambda.model.PutFunctionConcurrencyRequest
Packages that use PutFunctionConcurrencyRequest
Package
Description
-
Uses of PutFunctionConcurrencyRequest in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda with parameters of type PutFunctionConcurrencyRequestModifier and TypeMethodDescriptionLambdaAsyncClient.putFunctionConcurrency(PutFunctionConcurrencyRequest 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. -
Uses of PutFunctionConcurrencyRequest in software.amazon.awssdk.services.lambda.transform
Methods in software.amazon.awssdk.services.lambda.transform with parameters of type PutFunctionConcurrencyRequestModifier and TypeMethodDescriptionPutFunctionConcurrencyRequestMarshaller.marshall(PutFunctionConcurrencyRequest putFunctionConcurrencyRequest)