Uses of Interface
software.amazon.awssdk.services.lambda.model.PutFunctionConcurrencyRequest.Builder
Packages that use PutFunctionConcurrencyRequest.Builder
Package
Description
-
Uses of PutFunctionConcurrencyRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type PutFunctionConcurrencyRequest.BuilderModifier and TypeMethodDescriptionLambdaAsyncClient.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.BuilderModifier and TypeMethodDescriptionPutFunctionConcurrencyRequest.builder()PutFunctionConcurrencyRequest.Builder.functionName(String functionName) The name or ARN of the Lambda function.PutFunctionConcurrencyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutFunctionConcurrencyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutFunctionConcurrencyRequest.Builder.reservedConcurrentExecutions(Integer reservedConcurrentExecutions) The number of simultaneous executions to reserve for the function.PutFunctionConcurrencyRequest.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type PutFunctionConcurrencyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutFunctionConcurrencyRequest.Builder>PutFunctionConcurrencyRequest.serializableBuilderClass()