Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
RuntimeVersionConfig |
RuntimeVersionConfig.clone() |
RuntimeVersionConfig |
FunctionConfiguration.getRuntimeVersionConfig()
The ARN of the runtime and any errors that occured.
|
RuntimeVersionConfig |
UpdateFunctionConfigurationResult.getRuntimeVersionConfig()
The ARN of the runtime and any errors that occured.
|
RuntimeVersionConfig |
UpdateFunctionCodeResult.getRuntimeVersionConfig()
The ARN of the runtime and any errors that occured.
|
RuntimeVersionConfig |
PublishVersionResult.getRuntimeVersionConfig()
The ARN of the runtime and any errors that occured.
|
RuntimeVersionConfig |
CreateFunctionResult.getRuntimeVersionConfig()
The ARN of the runtime and any errors that occured.
|
RuntimeVersionConfig |
GetFunctionConfigurationResult.getRuntimeVersionConfig()
The ARN of the runtime and any errors that occured.
|
RuntimeVersionConfig |
RuntimeVersionConfig.withError(RuntimeVersionError error)
Error response when Lambda is unable to retrieve the runtime version for a function.
|
RuntimeVersionConfig |
RuntimeVersionConfig.withRuntimeVersionArn(String runtimeVersionArn)
The ARN of the runtime version you want the function to use.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionConfiguration.setRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
void |
UpdateFunctionConfigurationResult.setRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
void |
UpdateFunctionCodeResult.setRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
void |
PublishVersionResult.setRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
void |
CreateFunctionResult.setRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
void |
GetFunctionConfigurationResult.setRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
FunctionConfiguration |
FunctionConfiguration.withRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
PublishVersionResult |
PublishVersionResult.withRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
CreateFunctionResult |
CreateFunctionResult.withRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withRuntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
Copyright © 2023. All rights reserved.