Uses of Class
com.oracle.bmc.psql.model.RestartDbInstanceInDbSystemDetails.RestartType
-
Packages that use RestartDbInstanceInDbSystemDetails.RestartType Package Description com.oracle.bmc.psql.model -
-
Uses of RestartDbInstanceInDbSystemDetails.RestartType in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return RestartDbInstanceInDbSystemDetails.RestartType Modifier and Type Method Description static RestartDbInstanceInDbSystemDetails.RestartTypeRestartDbInstanceInDbSystemDetails.RestartType. create(String key)RestartDbInstanceInDbSystemDetails.RestartTypeRestartDbInstanceInDbSystemDetails. getRestartType()The restart type for the database instance.static RestartDbInstanceInDbSystemDetails.RestartTypeRestartDbInstanceInDbSystemDetails.RestartType. valueOf(String name)Returns the enum constant of this type with the specified name.static RestartDbInstanceInDbSystemDetails.RestartType[]RestartDbInstanceInDbSystemDetails.RestartType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.psql.model with parameters of type RestartDbInstanceInDbSystemDetails.RestartType Modifier and Type Method Description RestartDbInstanceInDbSystemDetails.BuilderRestartDbInstanceInDbSystemDetails.Builder. restartType(RestartDbInstanceInDbSystemDetails.RestartType restartType)The restart type for the database instance.Constructors in com.oracle.bmc.psql.model with parameters of type RestartDbInstanceInDbSystemDetails.RestartType Constructor Description RestartDbInstanceInDbSystemDetails(String dbInstanceId, RestartDbInstanceInDbSystemDetails.RestartType restartType)Deprecated.
-