| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
SnapStartResponse |
PublishVersionResponse.snapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
UpdateFunctionConfigurationResponse.snapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
UpdateFunctionCodeResponse.snapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
CreateFunctionResponse.snapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
FunctionConfiguration.snapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
SnapStartResponse |
GetFunctionConfigurationResponse.snapStart()
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
| Modifier and Type | Method and Description |
|---|---|
PublishVersionResponse.Builder |
PublishVersionResponse.Builder.snapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
UpdateFunctionConfigurationResponse.Builder |
UpdateFunctionConfigurationResponse.Builder.snapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
UpdateFunctionCodeResponse.Builder |
UpdateFunctionCodeResponse.Builder.snapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
CreateFunctionResponse.Builder |
CreateFunctionResponse.Builder.snapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
FunctionConfiguration.Builder |
FunctionConfiguration.Builder.snapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
GetFunctionConfigurationResponse.Builder |
GetFunctionConfigurationResponse.Builder.snapStart(SnapStartResponse snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
Copyright © 2023. All rights reserved.