Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
GetFunctionConcurrencyResult |
AbstractAWSLambda.getFunctionConcurrency(GetFunctionConcurrencyRequest request) |
GetFunctionConcurrencyResult |
AWSLambda.getFunctionConcurrency(GetFunctionConcurrencyRequest getFunctionConcurrencyRequest)
Returns details about the reserved concurrency configuration for a function.
|
GetFunctionConcurrencyResult |
AWSLambdaClient.getFunctionConcurrency(GetFunctionConcurrencyRequest request)
Returns details about the reserved concurrency configuration for a function.
|
Modifier and Type | Method and Description |
---|---|
Future<GetFunctionConcurrencyResult> |
AbstractAWSLambdaAsync.getFunctionConcurrencyAsync(GetFunctionConcurrencyRequest request,
AsyncHandler<GetFunctionConcurrencyRequest,GetFunctionConcurrencyResult> asyncHandler) |
Future<GetFunctionConcurrencyResult> |
AWSLambdaAsync.getFunctionConcurrencyAsync(GetFunctionConcurrencyRequest getFunctionConcurrencyRequest,
AsyncHandler<GetFunctionConcurrencyRequest,GetFunctionConcurrencyResult> asyncHandler)
Returns details about the reserved concurrency configuration for a function.
|
Future<GetFunctionConcurrencyResult> |
AWSLambdaAsyncClient.getFunctionConcurrencyAsync(GetFunctionConcurrencyRequest request,
AsyncHandler<GetFunctionConcurrencyRequest,GetFunctionConcurrencyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetFunctionConcurrencyResult |
GetFunctionConcurrencyResult.clone() |
GetFunctionConcurrencyResult |
GetFunctionConcurrencyResult.withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of simultaneous executions that are reserved for the function.
|
Copyright © 2022. All rights reserved.