Uses of Interface
software.amazon.awssdk.services.lambda.model.PutFunctionConcurrencyRequest.Builder
-
Packages that use PutFunctionConcurrencyRequest.Builder Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.model -
-
Uses of PutFunctionConcurrencyRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type PutFunctionConcurrencyRequest.Builder 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 PutFunctionConcurrencyResponseLambdaClient. putFunctionConcurrency(Consumer<PutFunctionConcurrencyRequest.Builder> putFunctionConcurrencyRequest)Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level. -
Uses of PutFunctionConcurrencyRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return PutFunctionConcurrencyRequest.Builder Modifier and Type Method Description static PutFunctionConcurrencyRequest.BuilderPutFunctionConcurrencyRequest. builder()PutFunctionConcurrencyRequest.BuilderPutFunctionConcurrencyRequest.Builder. functionName(String functionName)The name of the Lambda function.PutFunctionConcurrencyRequest.BuilderPutFunctionConcurrencyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutFunctionConcurrencyRequest.BuilderPutFunctionConcurrencyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutFunctionConcurrencyRequest.BuilderPutFunctionConcurrencyRequest.Builder. reservedConcurrentExecutions(Integer reservedConcurrentExecutions)The number of simultaneous executions to reserve for the function.PutFunctionConcurrencyRequest.BuilderPutFunctionConcurrencyRequest. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type PutFunctionConcurrencyRequest.Builder Modifier and Type Method Description static Class<? extends PutFunctionConcurrencyRequest.Builder>PutFunctionConcurrencyRequest. serializableBuilderClass()
-