| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2023. All rights reserved.