Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.waiters |
Modifier and Type | Method and Description |
---|---|
Future<GetFunctionConfigurationResult> |
AWSLambdaAsyncClient.getFunctionConfigurationAsync(GetFunctionConfigurationRequest request,
AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler) |
Future<GetFunctionConfigurationResult> |
AbstractAWSLambdaAsync.getFunctionConfigurationAsync(GetFunctionConfigurationRequest request,
AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler) |
Future<GetFunctionConfigurationResult> |
AWSLambdaAsync.getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest,
AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler)
Returns the version-specific settings of a Lambda function or version.
|
Modifier and Type | Method and Description |
---|---|
GetFunctionConfigurationRequest |
GetFunctionConfigurationRequest.clone() |
GetFunctionConfigurationRequest |
GetFunctionConfigurationRequest.withFunctionName(String functionName)
The name or ARN of the Lambda function, version, or alias.
|
GetFunctionConfigurationRequest |
GetFunctionConfigurationRequest.withQualifier(String qualifier)
Specify a version or alias to get details about a published version of the function.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetFunctionConfigurationRequest> |
AWSLambdaWaiters.functionActive()
Builds a FunctionActive waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<GetFunctionConfigurationRequest> |
AWSLambdaWaiters.functionUpdated()
Builds a FunctionUpdated waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<GetFunctionConfigurationRequest> |
AWSLambdaWaiters.publishedVersionActive()
Builds a PublishedVersionActive waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
GetFunctionConfigurationResult |
GetFunctionConfigurationFunction.apply(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.