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