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 SnapStartApplyOnSnapStart. applyOn()Set toPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.SnapStartApplyOnSnapStartResponse. applyOn()When set toPublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.static SnapStartApplyOnSnapStartApplyOn. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SnapStartApplyOnSnapStartApplyOn. 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.BuilderSnapStart.Builder. applyOn(SnapStartApplyOn applyOn)Set toPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.SnapStartResponse.BuilderSnapStartResponse.Builder. applyOn(SnapStartApplyOn applyOn)When set toPublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.
-