Uses of Class
com.oracle.bmc.disasterrecovery.model.DrProtectionGroup
-
Packages that use DrProtectionGroup Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.responses -
-
Uses of DrProtectionGroup in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrProtectionGroup Modifier and Type Method Description DrProtectionGroup
DrProtectionGroup.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrProtectionGroup Modifier and Type Method Description DrProtectionGroup.Builder
DrProtectionGroup.Builder. copy(DrProtectionGroup model)
-
Uses of DrProtectionGroup in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return DrProtectionGroup Modifier and Type Method Description DrProtectionGroup
CreateDrProtectionGroupResponse. getDrProtectionGroup()
The returned DrProtectionGroup instance.DrProtectionGroup
GetDrProtectionGroupResponse. getDrProtectionGroup()
The returned DrProtectionGroup instance.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type DrProtectionGroup Modifier and Type Method Description CreateDrProtectionGroupResponse.Builder
CreateDrProtectionGroupResponse.Builder. drProtectionGroup(DrProtectionGroup drProtectionGroup)
The returned DrProtectionGroup instance.GetDrProtectionGroupResponse.Builder
GetDrProtectionGroupResponse.Builder. drProtectionGroup(DrProtectionGroup drProtectionGroup)
The returned DrProtectionGroup instance.
-