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