Uses of Class
software.amazon.awssdk.services.lambda.model.RuntimeVersionConfig
Packages that use RuntimeVersionConfig
-
Uses of RuntimeVersionConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return RuntimeVersionConfigModifier and TypeMethodDescriptionfinal RuntimeVersionConfigCreateFunctionResponse.runtimeVersionConfig()The ARN of the runtime and any errors that occured.final RuntimeVersionConfigFunctionConfiguration.runtimeVersionConfig()The ARN of the runtime and any errors that occured.final RuntimeVersionConfigGetFunctionConfigurationResponse.runtimeVersionConfig()The ARN of the runtime and any errors that occured.final RuntimeVersionConfigPublishVersionResponse.runtimeVersionConfig()The ARN of the runtime and any errors that occured.final RuntimeVersionConfigUpdateFunctionCodeResponse.runtimeVersionConfig()The ARN of the runtime and any errors that occured.final RuntimeVersionConfigUpdateFunctionConfigurationResponse.runtimeVersionConfig()The ARN of the runtime and any errors that occured.Methods in software.amazon.awssdk.services.lambda.model with parameters of type RuntimeVersionConfigModifier and TypeMethodDescriptionCreateFunctionResponse.Builder.runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig) The ARN of the runtime and any errors that occured.FunctionConfiguration.Builder.runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig) The ARN of the runtime and any errors that occured.GetFunctionConfigurationResponse.Builder.runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig) The ARN of the runtime and any errors that occured.PublishVersionResponse.Builder.runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig) The ARN of the runtime and any errors that occured.UpdateFunctionCodeResponse.Builder.runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig) The ARN of the runtime and any errors that occured.UpdateFunctionConfigurationResponse.Builder.runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig) The ARN of the runtime and any errors that occured.