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 RuntimeVersionConfigCreateFunctionResponse. runtimeVersionConfig()The ARN of the runtime and any errors that occured.RuntimeVersionConfigFunctionConfiguration. runtimeVersionConfig()The ARN of the runtime and any errors that occured.RuntimeVersionConfigGetFunctionConfigurationResponse. runtimeVersionConfig()The ARN of the runtime and any errors that occured.RuntimeVersionConfigPublishVersionResponse. runtimeVersionConfig()The ARN of the runtime and any errors that occured.RuntimeVersionConfigUpdateFunctionCodeResponse. runtimeVersionConfig()The ARN of the runtime and any errors that occured.RuntimeVersionConfigUpdateFunctionConfigurationResponse. 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.BuilderCreateFunctionResponse.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)The ARN of the runtime and any errors that occured.FunctionConfiguration.BuilderFunctionConfiguration.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)The ARN of the runtime and any errors that occured.GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)The ARN of the runtime and any errors that occured.PublishVersionResponse.BuilderPublishVersionResponse.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)The ARN of the runtime and any errors that occured.UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)The ARN of the runtime and any errors that occured.UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.Builder. runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)The ARN of the runtime and any errors that occured.
-