| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationMode |
DBInstance.automationMode()
The automation mode of the RDS Custom DB instance:
full or all paused. |
AutomationMode |
ModifyDbInstanceRequest.automationMode()
The automation mode of the RDS Custom DB instance.
|
AutomationMode |
PendingModifiedValues.automationMode()
The automation mode of the RDS Custom DB instance:
full or all-paused. |
static AutomationMode |
AutomationMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AutomationMode |
AutomationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomationMode[] |
AutomationMode.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<AutomationMode> |
AutomationMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DBInstance.Builder |
DBInstance.Builder.automationMode(AutomationMode automationMode)
The automation mode of the RDS Custom DB instance:
full or all paused. |
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.automationMode(AutomationMode automationMode)
The automation mode of the RDS Custom DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.automationMode(AutomationMode automationMode)
The automation mode of the RDS Custom DB instance:
full or all-paused. |
Copyright © 2023. All rights reserved.