| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
static StateReasonCode | 
StateReasonCode.fromValue(String value)
Use this in place of valueOf. 
 | 
static StateReasonCode | 
StateReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StateReasonCode[] | 
StateReasonCode.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.setStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
void | 
PublishVersionResult.setStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
void | 
GetFunctionConfigurationResult.setStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
void | 
UpdateFunctionConfigurationResult.setStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
void | 
CreateFunctionResult.setStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
void | 
UpdateFunctionCodeResult.setStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
FunctionConfiguration | 
FunctionConfiguration.withStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
PublishVersionResult | 
PublishVersionResult.withStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
UpdateFunctionCodeResult | 
UpdateFunctionCodeResult.withStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
Copyright © 2020. All rights reserved.