Uses of Interface
software.amazon.awssdk.services.lambda.model.PutFunctionConcurrencyResponse.Builder
-
Packages that use PutFunctionConcurrencyResponse.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of PutFunctionConcurrencyResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return PutFunctionConcurrencyResponse.Builder Modifier and Type Method Description static PutFunctionConcurrencyResponse.Builder
PutFunctionConcurrencyResponse. builder()
PutFunctionConcurrencyResponse.Builder
PutFunctionConcurrencyResponse.Builder. reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function.PutFunctionConcurrencyResponse.Builder
PutFunctionConcurrencyResponse. toBuilder()
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type PutFunctionConcurrencyResponse.Builder Modifier and Type Method Description static Class<? extends PutFunctionConcurrencyResponse.Builder>
PutFunctionConcurrencyResponse. serializableBuilderClass()
-