| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
ImageConfig |
CreateFunctionRequest.imageConfig()
Container image configuration values that override the values in the container image Dockerfile.
|
ImageConfig |
ImageConfigResponse.imageConfig()
Configuration values that override the container image Dockerfile.
|
ImageConfig |
UpdateFunctionConfigurationRequest.imageConfig()
Container image configuration values
that override the values in the container image Docker file.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.imageConfig(ImageConfig imageConfig)
Container image configuration values that override the values in the container image Dockerfile.
|
ImageConfigResponse.Builder |
ImageConfigResponse.Builder.imageConfig(ImageConfig imageConfig)
Configuration values that override the container image Dockerfile.
|
UpdateFunctionConfigurationRequest.Builder |
UpdateFunctionConfigurationRequest.Builder.imageConfig(ImageConfig imageConfig)
Container image configuration
values that override the values in the container image Docker file.
|
Copyright © 2023. All rights reserved.