Uses of Enum
software.amazon.awssdk.services.rds.model.AutomationMode
Packages that use AutomationMode
-
Uses of AutomationMode in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return AutomationModeModifier and TypeMethodDescriptionfinal AutomationModeDBInstance.automationMode()The automation mode of the RDS Custom DB instance:fullorall paused.final AutomationModeModifyDbInstanceRequest.automationMode()The automation mode of the RDS Custom DB instance.final AutomationModePendingModifiedValues.automationMode()The automation mode of the RDS Custom DB instance:fullorall-paused.static AutomationModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AutomationModeReturns 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 AutomationModeMethods in software.amazon.awssdk.services.rds.model with parameters of type AutomationModeModifier and TypeMethodDescriptionDBInstance.Builder.automationMode(AutomationMode automationMode) The automation mode of the RDS Custom DB instance:fullorall paused.ModifyDbInstanceRequest.Builder.automationMode(AutomationMode automationMode) The automation mode of the RDS Custom DB instance.PendingModifiedValues.Builder.automationMode(AutomationMode automationMode) The automation mode of the RDS Custom DB instance:fullorall-paused.