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 LastUpdateStatusReasonCode
LastUpdateStatusReasonCode. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.LastUpdateStatusReasonCode
CreateFunctionResponse. lastUpdateStatusReasonCode()
The reason code for the last update that was performed on the function.LastUpdateStatusReasonCode
FunctionConfiguration. lastUpdateStatusReasonCode()
The reason code for the last update that was performed on the function.LastUpdateStatusReasonCode
GetFunctionConfigurationResponse. lastUpdateStatusReasonCode()
The reason code for the last update that was performed on the function.LastUpdateStatusReasonCode
PublishVersionResponse. lastUpdateStatusReasonCode()
The reason code for the last update that was performed on the function.LastUpdateStatusReasonCode
UpdateFunctionCodeResponse. lastUpdateStatusReasonCode()
The reason code for the last update that was performed on the function.LastUpdateStatusReasonCode
UpdateFunctionConfigurationResponse. lastUpdateStatusReasonCode()
The reason code for the last update that was performed on the function.static LastUpdateStatusReasonCode
LastUpdateStatusReasonCode. 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.Builder
CreateFunctionResponse.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.FunctionConfiguration.Builder
FunctionConfiguration.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.PublishVersionResponse.Builder
PublishVersionResponse.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
-