Uses of Class
com.oracle.bmc.recovery.model.FetchProtectedDatabaseConfigurationDetails.ConfigurationType
-
Packages that use FetchProtectedDatabaseConfigurationDetails.ConfigurationType Package Description com.oracle.bmc.recovery.model -
-
Uses of FetchProtectedDatabaseConfigurationDetails.ConfigurationType in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return FetchProtectedDatabaseConfigurationDetails.ConfigurationType Modifier and Type Method Description static FetchProtectedDatabaseConfigurationDetails.ConfigurationType
FetchProtectedDatabaseConfigurationDetails.ConfigurationType. create(String key)
FetchProtectedDatabaseConfigurationDetails.ConfigurationType
FetchProtectedDatabaseConfigurationDetails. getConfigurationType()
Currently has four config options ALL, TNSNAMES, HOSTS and CABUNDLE.static FetchProtectedDatabaseConfigurationDetails.ConfigurationType
FetchProtectedDatabaseConfigurationDetails.ConfigurationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FetchProtectedDatabaseConfigurationDetails.ConfigurationType[]
FetchProtectedDatabaseConfigurationDetails.ConfigurationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.recovery.model with parameters of type FetchProtectedDatabaseConfigurationDetails.ConfigurationType Modifier and Type Method Description FetchProtectedDatabaseConfigurationDetails.Builder
FetchProtectedDatabaseConfigurationDetails.Builder. configurationType(FetchProtectedDatabaseConfigurationDetails.ConfigurationType configurationType)
Currently has four config options ALL, TNSNAMES, HOSTS and CABUNDLE.Constructors in com.oracle.bmc.recovery.model with parameters of type FetchProtectedDatabaseConfigurationDetails.ConfigurationType Constructor Description FetchProtectedDatabaseConfigurationDetails(FetchProtectedDatabaseConfigurationDetails.ConfigurationType configurationType)
Deprecated.
-