Uses of Class
com.oracle.bmc.datasafe.model.Compartments
-
Packages that use Compartments Package Description com.oracle.bmc.datasafe.model -
-
Uses of Compartments in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return Compartments Modifier and Type Method Description Compartments
Compartments.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type Compartments Modifier and Type Method Description List<Compartments>
Include. getCompartments()
List of compartment objects, each containing the OCID of the compartment and a boolean value that indicates whether the target databases in the compartments and sub-compartments should also be included in the target database group.Methods in com.oracle.bmc.datasafe.model with parameters of type Compartments Modifier and Type Method Description Compartments.Builder
Compartments.Builder. copy(Compartments model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type Compartments Modifier and Type Method Description Include.Builder
Include.Builder. compartments(List<Compartments> compartments)
List of compartment objects, each containing the OCID of the compartment and a boolean value that indicates whether the target databases in the compartments and sub-compartments should also be included in the target database group.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type Compartments Constructor Description Include(List<Compartments> compartments, List<String> targetDatabaseIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-