Uses of Class
software.amazon.awssdk.services.lambda.model.ImageConfig
-
Packages that use ImageConfig Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of ImageConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ImageConfig Modifier and Type Method Description ImageConfigCreateFunctionRequest. imageConfig()Container image configuration values that override the values in the container image Dockerfile.ImageConfigImageConfigResponse. imageConfig()Configuration values that override the container image Dockerfile.ImageConfigUpdateFunctionConfigurationRequest. imageConfig()Container image configuration values that override the values in the container image Docker file.Methods in software.amazon.awssdk.services.lambda.model with parameters of type ImageConfig Modifier and Type Method Description CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. imageConfig(ImageConfig imageConfig)Container image configuration values that override the values in the container image Dockerfile.ImageConfigResponse.BuilderImageConfigResponse.Builder. imageConfig(ImageConfig imageConfig)Configuration values that override the container image Dockerfile.UpdateFunctionConfigurationRequest.BuilderUpdateFunctionConfigurationRequest.Builder. imageConfig(ImageConfig imageConfig)Container image configuration values that override the values in the container image Docker file.
-