Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
static LastUpdateStatusReasonCode |
LastUpdateStatusReasonCode.fromValue(String value)
Use this in place of valueOf.
|
static LastUpdateStatusReasonCode |
LastUpdateStatusReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LastUpdateStatusReasonCode[] |
LastUpdateStatusReasonCode.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.setLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
void |
UpdateFunctionConfigurationResult.setLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
void |
UpdateFunctionCodeResult.setLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
void |
CreateFunctionResult.setLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
void |
GetFunctionConfigurationResult.setLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
void |
PublishVersionResult.setLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
FunctionConfiguration |
FunctionConfiguration.withLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
CreateFunctionResult |
CreateFunctionResult.withLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
PublishVersionResult |
PublishVersionResult.withLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
Copyright © 2022. All rights reserved.