Uses of Class
com.oracle.bmc.disasterrecovery.model.DrProtectionGroupSummary
-
Packages that use DrProtectionGroupSummary Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.model -
-
Uses of DrProtectionGroupSummary in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type DrProtectionGroupSummary Modifier and Type Method Description Iterable<DrProtectionGroupSummary>
DisasterRecoveryPaginators. listDrProtectionGroupsRecordIterator(ListDrProtectionGroupsRequest request)
Creates a new iterable which will iterate over theDrProtectionGroupSummary
objects contained in responses from the listDrProtectionGroups operation. -
Uses of DrProtectionGroupSummary in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrProtectionGroupSummary Modifier and Type Method Description DrProtectionGroupSummary
DrProtectionGroupSummary.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type DrProtectionGroupSummary Modifier and Type Method Description List<DrProtectionGroupSummary>
DrProtectionGroupCollection. getItems()
A list of DR protection group summaries.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrProtectionGroupSummary Modifier and Type Method Description DrProtectionGroupSummary.Builder
DrProtectionGroupSummary.Builder. copy(DrProtectionGroupSummary model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrProtectionGroupSummary Modifier and Type Method Description DrProtectionGroupCollection.Builder
DrProtectionGroupCollection.Builder. items(List<DrProtectionGroupSummary> items)
A list of DR protection group summaries.Constructor parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrProtectionGroupSummary Constructor Description DrProtectionGroupCollection(List<DrProtectionGroupSummary> items)
Deprecated.
-