Uses of Class
software.amazon.awssdk.services.lambda.model.State
-
Packages that use State Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of State in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return State Modifier and Type Method Description static State
State. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.State
CreateFunctionResponse. state()
The current state of the function.State
FunctionConfiguration. state()
The current state of the function.State
GetFunctionConfigurationResponse. state()
The current state of the function.State
PublishVersionResponse. state()
The current state of the function.State
UpdateFunctionCodeResponse. state()
The current state of the function.State
UpdateFunctionConfigurationResponse. state()
The current state of the function.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.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type State Modifier and Type Method Description static Set<State>
State. knownValues()
Methods in software.amazon.awssdk.services.lambda.model with parameters of type State Modifier and Type Method Description CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. state(State state)
The current state of the function.FunctionConfiguration.Builder
FunctionConfiguration.Builder. state(State state)
The current state of the function.GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. state(State state)
The current state of the function.PublishVersionResponse.Builder
PublishVersionResponse.Builder. state(State state)
The current state of the function.UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. state(State state)
The current state of the function.UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. state(State state)
The current state of the function.
-