Uses of Class
software.amazon.awssdk.services.lambda.model.LastUpdateStatusReasonCode
-
Packages that use LastUpdateStatusReasonCode Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of LastUpdateStatusReasonCode in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return LastUpdateStatusReasonCode Modifier and Type Method Description static LastUpdateStatusReasonCodeLastUpdateStatusReasonCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LastUpdateStatusReasonCodeCreateFunctionResponse. lastUpdateStatusReasonCode()The reason code for the last update that was performed on the function.LastUpdateStatusReasonCodeFunctionConfiguration. lastUpdateStatusReasonCode()The reason code for the last update that was performed on the function.LastUpdateStatusReasonCodeGetFunctionConfigurationResponse. lastUpdateStatusReasonCode()The reason code for the last update that was performed on the function.LastUpdateStatusReasonCodePublishVersionResponse. lastUpdateStatusReasonCode()The reason code for the last update that was performed on the function.LastUpdateStatusReasonCodeUpdateFunctionCodeResponse. lastUpdateStatusReasonCode()The reason code for the last update that was performed on the function.LastUpdateStatusReasonCodeUpdateFunctionConfigurationResponse. lastUpdateStatusReasonCode()The reason code for the last update that was performed on the function.static LastUpdateStatusReasonCodeLastUpdateStatusReasonCode. valueOf(String name)Returns the enum constant of this type with the specified name.static LastUpdateStatusReasonCode[]LastUpdateStatusReasonCode. 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 LastUpdateStatusReasonCode Modifier and Type Method Description static Set<LastUpdateStatusReasonCode>LastUpdateStatusReasonCode. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type LastUpdateStatusReasonCode Modifier and Type Method Description CreateFunctionResponse.BuilderCreateFunctionResponse.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)The reason code for the last update that was performed on the function.FunctionConfiguration.BuilderFunctionConfiguration.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)The reason code for the last update that was performed on the function.GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)The reason code for the last update that was performed on the function.PublishVersionResponse.BuilderPublishVersionResponse.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)The reason code for the last update that was performed on the function.UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)The reason code for the last update that was performed on the function.UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)The reason code for the last update that was performed on the function.
-