| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
static LastUpdateStatus | 
LastUpdateStatus.fromValue(String value)
Use this in place of valueOf. 
 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FunctionConfiguration.setLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
void | 
PublishVersionResult.setLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
void | 
GetFunctionConfigurationResult.setLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
void | 
UpdateFunctionConfigurationResult.setLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
void | 
CreateFunctionResult.setLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
void | 
UpdateFunctionCodeResult.setLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
FunctionConfiguration | 
FunctionConfiguration.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
PublishVersionResult | 
PublishVersionResult.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
UpdateFunctionCodeResult | 
UpdateFunctionCodeResult.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
Copyright © 2020. All rights reserved.