Uses of Class
com.oracle.bmc.disasterrecovery.responses.AssociateDrProtectionGroupResponse
-
Packages that use AssociateDrProtectionGroupResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of AssociateDrProtectionGroupResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return AssociateDrProtectionGroupResponse Modifier and Type Method Description AssociateDrProtectionGroupResponse
DisasterRecovery. associateDrProtectionGroup(AssociateDrProtectionGroupRequest request)
Create an association between the DR protection group identified by drProtectionGroupId and another DR protection group.AssociateDrProtectionGroupResponse
DisasterRecoveryClient. associateDrProtectionGroup(AssociateDrProtectionGroupRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type AssociateDrProtectionGroupResponse Modifier and Type Method Description Future<AssociateDrProtectionGroupResponse>
DisasterRecoveryAsync. associateDrProtectionGroup(AssociateDrProtectionGroupRequest request, AsyncHandler<AssociateDrProtectionGroupRequest,AssociateDrProtectionGroupResponse> handler)
Create an association between the DR protection group identified by drProtectionGroupId and another DR protection group.Future<AssociateDrProtectionGroupResponse>
DisasterRecoveryAsyncClient. associateDrProtectionGroup(AssociateDrProtectionGroupRequest request, AsyncHandler<AssociateDrProtectionGroupRequest,AssociateDrProtectionGroupResponse> handler)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type AssociateDrProtectionGroupResponse Modifier and Type Method Description Future<AssociateDrProtectionGroupResponse>
DisasterRecoveryAsync. associateDrProtectionGroup(AssociateDrProtectionGroupRequest request, AsyncHandler<AssociateDrProtectionGroupRequest,AssociateDrProtectionGroupResponse> handler)
Create an association between the DR protection group identified by drProtectionGroupId and another DR protection group.Future<AssociateDrProtectionGroupResponse>
DisasterRecoveryAsyncClient. associateDrProtectionGroup(AssociateDrProtectionGroupRequest request, AsyncHandler<AssociateDrProtectionGroupRequest,AssociateDrProtectionGroupResponse> handler)
-
Uses of AssociateDrProtectionGroupResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return AssociateDrProtectionGroupResponse Modifier and Type Method Description AssociateDrProtectionGroupResponse
AssociateDrProtectionGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type AssociateDrProtectionGroupResponse Modifier and Type Method Description AssociateDrProtectionGroupResponse.Builder
AssociateDrProtectionGroupResponse.Builder. copy(AssociateDrProtectionGroupResponse o)
Copy method to populate the builder with values from the given instance.
-