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.disasterrecovery
Method 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.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return DisassociateDrProtectionGroupRequest Modifier and Type Method Description DisassociateDrProtectionGroupRequest
DisassociateDrProtectionGroupRequest.Builder. build()
Build the instance of DisassociateDrProtectionGroupRequest as configured by this builderDisassociateDrProtectionGroupRequest
DisassociateDrProtectionGroupRequest.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.Builder
DisassociateDrProtectionGroupRequest.Builder. copy(DisassociateDrProtectionGroupRequest o)
Copy method to populate the builder with values from the given instance.
-