Uses of Class
software.amazon.awssdk.services.lambda.model.SnapStartResponse
Packages that use SnapStartResponse
-
Uses of SnapStartResponse in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return SnapStartResponseModifier and TypeMethodDescriptionfinal SnapStartResponseCreateFunctionResponse.snapStart()SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.final SnapStartResponseFunctionConfiguration.snapStart()SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.final SnapStartResponseGetFunctionConfigurationResponse.snapStart()SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.final SnapStartResponsePublishVersionResponse.snapStart()SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.final SnapStartResponseUpdateFunctionCodeResponse.snapStart()SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.final SnapStartResponseUpdateFunctionConfigurationResponse.snapStart()SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.Methods in software.amazon.awssdk.services.lambda.model with parameters of type SnapStartResponseModifier and TypeMethodDescriptionCreateFunctionResponse.Builder.snapStart(SnapStartResponse snapStart) SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.FunctionConfiguration.Builder.snapStart(SnapStartResponse snapStart) SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.GetFunctionConfigurationResponse.Builder.snapStart(SnapStartResponse snapStart) SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.PublishVersionResponse.Builder.snapStart(SnapStartResponse snapStart) SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.UpdateFunctionCodeResponse.Builder.snapStart(SnapStartResponse snapStart) SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.UpdateFunctionConfigurationResponse.Builder.snapStart(SnapStartResponse snapStart) SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.