Uses of Class
software.amazon.awssdk.services.lambda.model.LastUpdateStatus
-
Packages that use LastUpdateStatus Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of LastUpdateStatus in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return LastUpdateStatus Modifier and Type Method Description static LastUpdateStatus
LastUpdateStatus. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.LastUpdateStatus
CreateFunctionResponse. lastUpdateStatus()
The status of the last update that was performed on the function.LastUpdateStatus
FunctionConfiguration. lastUpdateStatus()
The status of the last update that was performed on the function.LastUpdateStatus
GetFunctionConfigurationResponse. lastUpdateStatus()
The status of the last update that was performed on the function.LastUpdateStatus
PublishVersionResponse. lastUpdateStatus()
The status of the last update that was performed on the function.LastUpdateStatus
UpdateFunctionCodeResponse. lastUpdateStatus()
The status of the last update that was performed on the function.LastUpdateStatus
UpdateFunctionConfigurationResponse. lastUpdateStatus()
The status of the last update that was performed on the function.static LastUpdateStatus
LastUpdateStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static LastUpdateStatus[]
LastUpdateStatus. 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 LastUpdateStatus Modifier and Type Method Description static Set<LastUpdateStatus>
LastUpdateStatus. knownValues()
Methods in software.amazon.awssdk.services.lambda.model with parameters of type LastUpdateStatus Modifier and Type Method Description CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.FunctionConfiguration.Builder
FunctionConfiguration.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.PublishVersionResponse.Builder
PublishVersionResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.
-