Uses of Class
software.amazon.awssdk.services.rds.model.AutomationMode
-
Packages that use AutomationMode Package Description software.amazon.awssdk.services.rds.model -
-
Uses of AutomationMode in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return AutomationMode Modifier and Type Method Description AutomationModeDBInstance. automationMode()The automation mode of the RDS Custom DB instance:fullorall paused.AutomationModeModifyDbInstanceRequest. automationMode()The automation mode of the RDS Custom DB instance.AutomationModePendingModifiedValues. automationMode()The automation mode of the RDS Custom DB instance:fullorall-paused.static AutomationModeAutomationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutomationModeAutomationMode. 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.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type AutomationMode Modifier and Type Method Description static Set<AutomationMode>AutomationMode. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type AutomationMode Modifier and Type Method Description DBInstance.BuilderDBInstance.Builder. automationMode(AutomationMode automationMode)The automation mode of the RDS Custom DB instance:fullorall paused.ModifyDbInstanceRequest.BuilderModifyDbInstanceRequest.Builder. automationMode(AutomationMode automationMode)The automation mode of the RDS Custom DB instance.PendingModifiedValues.BuilderPendingModifiedValues.Builder. automationMode(AutomationMode automationMode)The automation mode of the RDS Custom DB instance:fullorall-paused.
-