Uses of Class
com.oracle.bmc.datasafe.model.TargetDatabaseGroupSummary
-
Packages that use TargetDatabaseGroupSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of TargetDatabaseGroupSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type TargetDatabaseGroupSummary Modifier and Type Method Description Iterable<TargetDatabaseGroupSummary>
DataSafePaginators. listTargetDatabaseGroupsRecordIterator(ListTargetDatabaseGroupsRequest request)
Creates a new iterable which will iterate over theTargetDatabaseGroupSummary
objects contained in responses from the listTargetDatabaseGroups operation. -
Uses of TargetDatabaseGroupSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return TargetDatabaseGroupSummary Modifier and Type Method Description TargetDatabaseGroupSummary
TargetDatabaseGroupSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type TargetDatabaseGroupSummary Modifier and Type Method Description List<TargetDatabaseGroupSummary>
TargetDatabaseGroupCollection. getItems()
An array of target database group summary items.Methods in com.oracle.bmc.datasafe.model with parameters of type TargetDatabaseGroupSummary Modifier and Type Method Description TargetDatabaseGroupSummary.Builder
TargetDatabaseGroupSummary.Builder. copy(TargetDatabaseGroupSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type TargetDatabaseGroupSummary Modifier and Type Method Description TargetDatabaseGroupCollection.Builder
TargetDatabaseGroupCollection.Builder. items(List<TargetDatabaseGroupSummary> items)
An array of target database group summary items.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type TargetDatabaseGroupSummary Constructor Description TargetDatabaseGroupCollection(List<TargetDatabaseGroupSummary> items)
Deprecated.
-