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 PutFunctionConcurrencyResponse
LambdaClient. 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.Builder
PutFunctionConcurrencyRequest. builder()
PutFunctionConcurrencyRequest.Builder
PutFunctionConcurrencyRequest.Builder. functionName(String functionName)
The name or ARN of the Lambda function.PutFunctionConcurrencyRequest.Builder
PutFunctionConcurrencyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
PutFunctionConcurrencyRequest.Builder
PutFunctionConcurrencyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
PutFunctionConcurrencyRequest.Builder
PutFunctionConcurrencyRequest.Builder. reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of simultaneous executions to reserve for the function.PutFunctionConcurrencyRequest.Builder
PutFunctionConcurrencyRequest. 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()
-