| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and 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 |
PublishVersionResponse.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 |
UpdateFunctionCodeResponse.stateReasonCode()
The reason code for the function's current state.
|
StateReasonCode |
UpdateFunctionConfigurationResponse.stateReasonCode()
The reason code for the function's current state.
|
StateReasonCode |
CreateFunctionResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<StateReasonCode> |
StateReasonCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PublishVersionResponse.Builder |
PublishVersionResponse.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.
|
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.
|
CreateFunctionResponse.Builder |
CreateFunctionResponse.Builder.stateReasonCode(StateReasonCode stateReasonCode)
The reason code for the function's current state.
|
Copyright © 2020. All rights reserved.