Uses of Class
software.amazon.awssdk.services.lambda.model.RuntimeVersionConfig
-
Packages that use RuntimeVersionConfig Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of RuntimeVersionConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return RuntimeVersionConfig Modifier and Type Method Description RuntimeVersionConfig
CreateFunctionResponse. runtimeVersionConfig()
The ARN of the runtime and any errors that occured.RuntimeVersionConfig
FunctionConfiguration. runtimeVersionConfig()
The ARN of the runtime and any errors that occured.RuntimeVersionConfig
GetFunctionConfigurationResponse. runtimeVersionConfig()
The ARN of the runtime and any errors that occured.RuntimeVersionConfig
PublishVersionResponse. runtimeVersionConfig()
The ARN of the runtime and any errors that occured.RuntimeVersionConfig
UpdateFunctionCodeResponse. runtimeVersionConfig()
The ARN of the runtime and any errors that occured.RuntimeVersionConfig
UpdateFunctionConfigurationResponse. runtimeVersionConfig()
The ARN of the runtime and any errors that occured.Methods in software.amazon.awssdk.services.lambda.model with parameters of type RuntimeVersionConfig Modifier and Type Method Description CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.FunctionConfiguration.Builder
FunctionConfiguration.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.PublishVersionResponse.Builder
PublishVersionResponse.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
-