Package | Description |
---|---|
software.amazon.awssdk.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
static UpdateRuntimeOn |
UpdateRuntimeOn.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UpdateRuntimeOn |
GetRuntimeManagementConfigResponse.updateRuntimeOn()
The current runtime update mode of the function.
|
UpdateRuntimeOn |
PutRuntimeManagementConfigRequest.updateRuntimeOn()
Specify the runtime update mode.
|
UpdateRuntimeOn |
PutRuntimeManagementConfigResponse.updateRuntimeOn()
The runtime update mode.
|
static UpdateRuntimeOn |
UpdateRuntimeOn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateRuntimeOn[] |
UpdateRuntimeOn.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<UpdateRuntimeOn> |
UpdateRuntimeOn.knownValues()
|
Modifier and Type | Method and Description |
---|---|
GetRuntimeManagementConfigResponse.Builder |
GetRuntimeManagementConfigResponse.Builder.updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The current runtime update mode of the function.
|
PutRuntimeManagementConfigRequest.Builder |
PutRuntimeManagementConfigRequest.Builder.updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
Specify the runtime update mode.
|
PutRuntimeManagementConfigResponse.Builder |
PutRuntimeManagementConfigResponse.Builder.updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The runtime update mode.
|
Copyright © 2023. All rights reserved.