Uses of Class
software.amazon.awssdk.services.lambda.model.SnapStartApplyOn
-
Packages that use SnapStartApplyOn Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of SnapStartApplyOn in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return SnapStartApplyOn Modifier and Type Method Description SnapStartApplyOn
SnapStart. applyOn()
Set toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.SnapStartApplyOn
SnapStartResponse. applyOn()
When set toPublishedVersions
, Lambda creates a snapshot of the execution environment when you publish a function version.static SnapStartApplyOn
SnapStartApplyOn. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SnapStartApplyOn
SnapStartApplyOn. valueOf(String name)
Returns the enum constant of this type with the specified name.static SnapStartApplyOn[]
SnapStartApplyOn. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type SnapStartApplyOn Modifier and Type Method Description static Set<SnapStartApplyOn>
SnapStartApplyOn. knownValues()
Methods in software.amazon.awssdk.services.lambda.model with parameters of type SnapStartApplyOn Modifier and Type Method Description SnapStart.Builder
SnapStart.Builder. applyOn(SnapStartApplyOn applyOn)
Set toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.SnapStartResponse.Builder
SnapStartResponse.Builder. applyOn(SnapStartApplyOn applyOn)
When set toPublishedVersions
, Lambda creates a snapshot of the execution environment when you publish a function version.
-