| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static LastUpdateStatus |
LastUpdateStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LastUpdateStatus |
CreateFunctionResponse.lastUpdateStatus()
The status of the last update that was performed on the function.
|
LastUpdateStatus |
PublishVersionResponse.lastUpdateStatus()
The status of the last update that was performed on the function.
|
LastUpdateStatus |
FunctionConfiguration.lastUpdateStatus()
The status of the last update that was performed on the function.
|
LastUpdateStatus |
UpdateFunctionConfigurationResponse.lastUpdateStatus()
The status of the last update that was performed on the function.
|
LastUpdateStatus |
GetFunctionConfigurationResponse.lastUpdateStatus()
The status of the last update that was performed on the function.
|
LastUpdateStatus |
UpdateFunctionCodeResponse.lastUpdateStatus()
The status of the last update that was performed on the function.
|
static LastUpdateStatus |
LastUpdateStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LastUpdateStatus[] |
LastUpdateStatus.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<LastUpdateStatus> |
LastUpdateStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionResponse.Builder |
CreateFunctionResponse.Builder.lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.
|
PublishVersionResponse.Builder |
PublishVersionResponse.Builder.lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.
|
FunctionConfiguration.Builder |
FunctionConfiguration.Builder.lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.
|
UpdateFunctionConfigurationResponse.Builder |
UpdateFunctionConfigurationResponse.Builder.lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.
|
GetFunctionConfigurationResponse.Builder |
GetFunctionConfigurationResponse.Builder.lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.
|
UpdateFunctionCodeResponse.Builder |
UpdateFunctionCodeResponse.Builder.lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.
|
Copyright © 2022. All rights reserved.