Uses of Enum
software.amazon.awssdk.services.lambda.model.UpdateRuntimeOn
Packages that use UpdateRuntimeOn
-
Uses of UpdateRuntimeOn in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return UpdateRuntimeOnModifier and TypeMethodDescriptionstatic UpdateRuntimeOnUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UpdateRuntimeOnGetRuntimeManagementConfigResponse.updateRuntimeOn()The current runtime update mode of the function.final UpdateRuntimeOnPutRuntimeManagementConfigRequest.updateRuntimeOn()Specify the runtime update mode.final UpdateRuntimeOnPutRuntimeManagementConfigResponse.updateRuntimeOn()The runtime update mode.static UpdateRuntimeOnReturns 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 UpdateRuntimeOnMethods in software.amazon.awssdk.services.lambda.model with parameters of type UpdateRuntimeOnModifier and TypeMethodDescriptionGetRuntimeManagementConfigResponse.Builder.updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn) The current runtime update mode of the function.PutRuntimeManagementConfigRequest.Builder.updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn) Specify the runtime update mode.PutRuntimeManagementConfigResponse.Builder.updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn) The runtime update mode.