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.Builder
GetFunctionConcurrencyResponse. builder()
GetFunctionConcurrencyResponse.Builder
GetFunctionConcurrencyResponse.Builder. reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of simultaneous executions that are reserved for the function.GetFunctionConcurrencyResponse.Builder
GetFunctionConcurrencyResponse. 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()
-