Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
ImageConfig |
ImageConfig.clone() |
ImageConfig |
UpdateFunctionConfigurationRequest.getImageConfig()
Container image configuration values
that override the values in the container image Docker file.
|
ImageConfig |
CreateFunctionRequest.getImageConfig()
Container image configuration values that override the values in the container image Dockerfile.
|
ImageConfig |
ImageConfigResponse.getImageConfig()
Configuration values that override the container image Dockerfile.
|
ImageConfig |
ImageConfig.withCommand(Collection<String> command)
Specifies parameters that you want to pass in with ENTRYPOINT.
|
ImageConfig |
ImageConfig.withCommand(String... command)
Specifies parameters that you want to pass in with ENTRYPOINT.
|
ImageConfig |
ImageConfig.withEntryPoint(Collection<String> entryPoint)
Specifies the entry point to their application, which is typically the location of the runtime executable.
|
ImageConfig |
ImageConfig.withEntryPoint(String... entryPoint)
Specifies the entry point to their application, which is typically the location of the runtime executable.
|
ImageConfig |
ImageConfig.withWorkingDirectory(String workingDirectory)
Specifies the working directory.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateFunctionConfigurationRequest.setImageConfig(ImageConfig imageConfig)
Container image configuration values
that override the values in the container image Docker file.
|
void |
CreateFunctionRequest.setImageConfig(ImageConfig imageConfig)
Container image configuration values that override the values in the container image Dockerfile.
|
void |
ImageConfigResponse.setImageConfig(ImageConfig imageConfig)
Configuration values that override the container image Dockerfile.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withImageConfig(ImageConfig imageConfig)
Container image configuration values
that override the values in the container image Docker file.
|
CreateFunctionRequest |
CreateFunctionRequest.withImageConfig(ImageConfig imageConfig)
Container image configuration values that override the values in the container image Dockerfile.
|
ImageConfigResponse |
ImageConfigResponse.withImageConfig(ImageConfig imageConfig)
Configuration values that override the container image Dockerfile.
|
Copyright © 2022. All rights reserved.