| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
static State | 
State.fromValue(String value)
Use this in place of valueOf. 
 | 
static State | 
State.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static State[] | 
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CreateFunctionResult.setState(State state)
 The current state of the function. 
 | 
void | 
UpdateFunctionConfigurationResult.setState(State state)
 The current state of the function. 
 | 
void | 
FunctionConfiguration.setState(State state)
 The current state of the function. 
 | 
void | 
GetFunctionConfigurationResult.setState(State state)
 The current state of the function. 
 | 
void | 
UpdateFunctionCodeResult.setState(State state)
 The current state of the function. 
 | 
void | 
PublishVersionResult.setState(State state)
 The current state of the function. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withState(State state)
 The current state of the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withState(State state)
 The current state of the function. 
 | 
FunctionConfiguration | 
FunctionConfiguration.withState(State state)
 The current state of the function. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withState(State state)
 The current state of the function. 
 | 
UpdateFunctionCodeResult | 
UpdateFunctionCodeResult.withState(State state)
 The current state of the function. 
 | 
PublishVersionResult | 
PublishVersionResult.withState(State state)
 The current state of the function. 
 | 
Copyright © 2021. All rights reserved.