| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static AutomationMode |
AutomationMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DBInstance |
DBInstance.withAutomationMode(AutomationMode automationMode)
The automation mode of the RDS Custom DB instance:
full or all paused. |
PendingModifiedValues |
PendingModifiedValues.withAutomationMode(AutomationMode automationMode)
The automation mode of the RDS Custom DB instance:
full or all-paused. |
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withAutomationMode(AutomationMode automationMode)
The automation mode of the RDS Custom DB instance:
full or all paused. |
Copyright © 2023. All rights reserved.