Uses of Class
software.amazon.awssdk.services.lambda.model.SnapStartResponse
-
Packages that use SnapStartResponse Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of SnapStartResponse in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return SnapStartResponse Modifier and Type Method Description SnapStartResponse
CreateFunctionResponse. snapStart()
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.SnapStartResponse
FunctionConfiguration. snapStart()
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.SnapStartResponse
GetFunctionConfigurationResponse. snapStart()
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.SnapStartResponse
PublishVersionResponse. snapStart()
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.SnapStartResponse
UpdateFunctionCodeResponse. snapStart()
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.SnapStartResponse
UpdateFunctionConfigurationResponse. snapStart()
SetApplyOn
toPublishedVersions
to 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 SnapStartResponse Modifier and Type Method Description CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. snapStart(SnapStartResponse snapStart)
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.FunctionConfiguration.Builder
FunctionConfiguration.Builder. snapStart(SnapStartResponse snapStart)
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. snapStart(SnapStartResponse snapStart)
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.PublishVersionResponse.Builder
PublishVersionResponse.Builder. snapStart(SnapStartResponse snapStart)
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. snapStart(SnapStartResponse snapStart)
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. snapStart(SnapStartResponse snapStart)
SetApplyOn
toPublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.
-