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 UpdateRuntimeOnUpdateRuntimeOn. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateRuntimeOnGetRuntimeManagementConfigResponse. updateRuntimeOn()The current runtime update mode of the function.UpdateRuntimeOnPutRuntimeManagementConfigRequest. updateRuntimeOn()Specify the runtime update mode.UpdateRuntimeOnPutRuntimeManagementConfigResponse. updateRuntimeOn()The runtime update mode.static UpdateRuntimeOnUpdateRuntimeOn. 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.BuilderGetRuntimeManagementConfigResponse.Builder. updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)The current runtime update mode of the function.PutRuntimeManagementConfigRequest.BuilderPutRuntimeManagementConfigRequest.Builder. updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)Specify the runtime update mode.PutRuntimeManagementConfigResponse.BuilderPutRuntimeManagementConfigResponse.Builder. updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)The runtime update mode.
-