Uses of Class
software.amazon.awssdk.services.lambda.model.UpdateRuntimeOn
-
Packages that use UpdateRuntimeOn Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of UpdateRuntimeOn in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return UpdateRuntimeOn Modifier and Type Method Description static UpdateRuntimeOn
UpdateRuntimeOn. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateRuntimeOn
GetRuntimeManagementConfigResponse. updateRuntimeOn()
The current runtime update mode of the function.UpdateRuntimeOn
PutRuntimeManagementConfigRequest. updateRuntimeOn()
Specify the runtime update mode.UpdateRuntimeOn
PutRuntimeManagementConfigResponse. updateRuntimeOn()
The runtime update mode.static UpdateRuntimeOn
UpdateRuntimeOn. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateRuntimeOn[]
UpdateRuntimeOn. 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 UpdateRuntimeOn Modifier and Type Method Description static Set<UpdateRuntimeOn>
UpdateRuntimeOn. knownValues()
Methods in software.amazon.awssdk.services.lambda.model with parameters of type UpdateRuntimeOn Modifier and Type Method Description GetRuntimeManagementConfigResponse.Builder
GetRuntimeManagementConfigResponse.Builder. updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The current runtime update mode of the function.PutRuntimeManagementConfigRequest.Builder
PutRuntimeManagementConfigRequest.Builder. updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
Specify the runtime update mode.PutRuntimeManagementConfigResponse.Builder
PutRuntimeManagementConfigResponse.Builder. updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The runtime update mode.
-