Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
SnapStart |
SnapStart.clone() |
SnapStart |
UpdateFunctionConfigurationRequest.getSnapStart()
The function's SnapStart setting.
|
SnapStart |
CreateFunctionRequest.getSnapStart()
The function's SnapStart setting.
|
SnapStart |
SnapStart.withApplyOn(SnapStartApplyOn applyOn)
Set to
PublishedVersions to create a snapshot of the initialized execution environment when you
publish a function version. |
SnapStart |
SnapStart.withApplyOn(String applyOn)
Set to
PublishedVersions to create a snapshot of the initialized execution environment when you
publish a function version. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateFunctionConfigurationRequest.setSnapStart(SnapStart snapStart)
The function's SnapStart setting.
|
void |
CreateFunctionRequest.setSnapStart(SnapStart snapStart)
The function's SnapStart setting.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withSnapStart(SnapStart snapStart)
The function's SnapStart setting.
|
CreateFunctionRequest |
CreateFunctionRequest.withSnapStart(SnapStart snapStart)
The function's SnapStart setting.
|
Copyright © 2022. All rights reserved.