Uses of Class
com.oracle.bmc.disasterrecovery.requests.DisassociateDrProtectionGroupRequest
- 
Packages that use DisassociateDrProtectionGroupRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests 
- 
- 
Uses of DisassociateDrProtectionGroupRequest in com.oracle.bmc.disasterrecoveryMethod parameters in com.oracle.bmc.disasterrecovery with type arguments of type DisassociateDrProtectionGroupRequest Modifier and Type Method Description Future<DisassociateDrProtectionGroupResponse>DisasterRecoveryAsync. disassociateDrProtectionGroup(DisassociateDrProtectionGroupRequest request, AsyncHandler<DisassociateDrProtectionGroupRequest,DisassociateDrProtectionGroupResponse> handler)Delete the association between the DR protection group identified by drProtectionGroupId.Future<DisassociateDrProtectionGroupResponse>DisasterRecoveryAsyncClient. disassociateDrProtectionGroup(DisassociateDrProtectionGroupRequest request, AsyncHandler<DisassociateDrProtectionGroupRequest,DisassociateDrProtectionGroupResponse> handler)
- 
Uses of DisassociateDrProtectionGroupRequest in com.oracle.bmc.disasterrecovery.requestsMethods in com.oracle.bmc.disasterrecovery.requests that return DisassociateDrProtectionGroupRequest Modifier and Type Method Description DisassociateDrProtectionGroupRequestDisassociateDrProtectionGroupRequest.Builder. build()Build the instance of DisassociateDrProtectionGroupRequest as configured by this builderDisassociateDrProtectionGroupRequestDisassociateDrProtectionGroupRequest.Builder. buildWithoutInvocationCallback()Build the instance of DisassociateDrProtectionGroupRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type DisassociateDrProtectionGroupRequest Modifier and Type Method Description DisassociateDrProtectionGroupRequest.BuilderDisassociateDrProtectionGroupRequest.Builder. copy(DisassociateDrProtectionGroupRequest o)Copy method to populate the builder with values from the given instance.
 
-