| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
SnapStart.Builder |
SnapStart.Builder.applyOn(SnapStartApplyOn applyOn)
Set to
PublishedVersions to create a snapshot of the initialized execution environment when you
publish a function version. |
SnapStart.Builder |
SnapStart.Builder.applyOn(String applyOn)
Set to
PublishedVersions to create a snapshot of the initialized execution environment when you
publish a function version. |
static SnapStart.Builder |
SnapStart.builder() |
SnapStart.Builder |
SnapStart.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapStart.Builder> |
SnapStart.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.snapStart(Consumer<SnapStart.Builder> snapStart)
The function's SnapStart setting.
|
default UpdateFunctionConfigurationRequest.Builder |
UpdateFunctionConfigurationRequest.Builder.snapStart(Consumer<SnapStart.Builder> snapStart)
The function's SnapStart setting.
|
Copyright © 2023. All rights reserved.