Uses of Class
com.oracle.bmc.disasterrecovery.responses.DisassociateDrProtectionGroupResponse
-
Packages that use DisassociateDrProtectionGroupResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of DisassociateDrProtectionGroupResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return DisassociateDrProtectionGroupResponse Modifier and Type Method Description DisassociateDrProtectionGroupResponse
DisasterRecovery. disassociateDrProtectionGroup(DisassociateDrProtectionGroupRequest request)
Delete the association between the DR protection group identified by drProtectionGroupId.DisassociateDrProtectionGroupResponse
DisasterRecoveryClient. disassociateDrProtectionGroup(DisassociateDrProtectionGroupRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type DisassociateDrProtectionGroupResponse 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)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type DisassociateDrProtectionGroupResponse 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 DisassociateDrProtectionGroupResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return DisassociateDrProtectionGroupResponse Modifier and Type Method Description DisassociateDrProtectionGroupResponse
DisassociateDrProtectionGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type DisassociateDrProtectionGroupResponse Modifier and Type Method Description DisassociateDrProtectionGroupResponse.Builder
DisassociateDrProtectionGroupResponse.Builder. copy(DisassociateDrProtectionGroupResponse o)
Copy method to populate the builder with values from the given instance.
-