| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
SnapStartResponse.Builder |
SnapStartResponse.Builder.applyOn(SnapStartApplyOn applyOn)
When set to
PublishedVersions, Lambda creates a snapshot of the execution environment when you
publish a function version. |
SnapStartResponse.Builder |
SnapStartResponse.Builder.applyOn(String applyOn)
When set to
PublishedVersions, Lambda creates a snapshot of the execution environment when you
publish a function version. |
static SnapStartResponse.Builder |
SnapStartResponse.builder() |
SnapStartResponse.Builder |
SnapStartResponse.Builder.optimizationStatus(SnapStartOptimizationStatus optimizationStatus)
When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for
the specified function version.
|
SnapStartResponse.Builder |
SnapStartResponse.Builder.optimizationStatus(String optimizationStatus)
When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for
the specified function version.
|
SnapStartResponse.Builder |
SnapStartResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapStartResponse.Builder> |
SnapStartResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PublishVersionResponse.Builder |
PublishVersionResponse.Builder.snapStart(Consumer<SnapStartResponse.Builder> snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
default UpdateFunctionConfigurationResponse.Builder |
UpdateFunctionConfigurationResponse.Builder.snapStart(Consumer<SnapStartResponse.Builder> snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
default UpdateFunctionCodeResponse.Builder |
UpdateFunctionCodeResponse.Builder.snapStart(Consumer<SnapStartResponse.Builder> snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
default CreateFunctionResponse.Builder |
CreateFunctionResponse.Builder.snapStart(Consumer<SnapStartResponse.Builder> snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
default GetFunctionConfigurationResponse.Builder |
GetFunctionConfigurationResponse.Builder.snapStart(Consumer<SnapStartResponse.Builder> snapStart)
Set
ApplyOn to PublishedVersions to create a snapshot of the initialized execution
environment when you publish a function version. |
default FunctionConfiguration.Builder |
FunctionConfiguration.Builder.snapStart(Consumer<SnapStartResponse.Builder> 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.