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.BuilderPutFunctionConcurrencyResponse. builder()PutFunctionConcurrencyResponse.BuilderPutFunctionConcurrencyResponse.Builder. reservedConcurrentExecutions(Integer reservedConcurrentExecutions)The number of concurrent executions that are reserved for this function.PutFunctionConcurrencyResponse.BuilderPutFunctionConcurrencyResponse. 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()
-