Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Concurrency |
Concurrency.clone() |
Concurrency |
GetFunctionResult.getConcurrency()
The function's reserved
concurrency.
|
Concurrency |
Concurrency.withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function.
|
Modifier and Type | Method and Description |
---|---|
void |
GetFunctionResult.setConcurrency(Concurrency concurrency)
The function's reserved
concurrency.
|
GetFunctionResult |
GetFunctionResult.withConcurrency(Concurrency concurrency)
The function's reserved
concurrency.
|
Copyright © 2022. All rights reserved.