Uses of Class
com.oracle.bmc.disasterrecovery.model.DisassociateDrProtectionGroupDetails
-
Packages that use DisassociateDrProtectionGroupDetails Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of DisassociateDrProtectionGroupDetails in com.oracle.bmc.disasterrecovery.model
Subclasses of DisassociateDrProtectionGroupDetails in com.oracle.bmc.disasterrecovery.model Modifier and Type Class Description class
DisassociateDrProtectionGroupDefaultDetails
The default type. -
Uses of DisassociateDrProtectionGroupDetails in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return DisassociateDrProtectionGroupDetails Modifier and Type Method Description DisassociateDrProtectionGroupDetails
DisassociateDrProtectionGroupRequest. getBody$()
Alternative accessor for the body parameter.DisassociateDrProtectionGroupDetails
DisassociateDrProtectionGroupRequest. getDisassociateDrProtectionGroupDetails()
Details for deleting the association between two DR protection groups.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type DisassociateDrProtectionGroupDetails Modifier and Type Method Description DisassociateDrProtectionGroupRequest.Builder
DisassociateDrProtectionGroupRequest.Builder. body$(DisassociateDrProtectionGroupDetails body)
Alternative setter for the body parameter.DisassociateDrProtectionGroupRequest.Builder
DisassociateDrProtectionGroupRequest.Builder. disassociateDrProtectionGroupDetails(DisassociateDrProtectionGroupDetails disassociateDrProtectionGroupDetails)
Details for deleting the association between two DR protection groups.
-