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.disasterrecoveryMethods in com.oracle.bmc.disasterrecovery that return AssociateDrProtectionGroupResponse Modifier and Type Method Description AssociateDrProtectionGroupResponseDisasterRecovery. associateDrProtectionGroup(AssociateDrProtectionGroupRequest request)Create an association between the DR protection group identified by drProtectionGroupId and another DR protection group.AssociateDrProtectionGroupResponseDisasterRecoveryClient. 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.responsesMethods in com.oracle.bmc.disasterrecovery.responses that return AssociateDrProtectionGroupResponse Modifier and Type Method Description AssociateDrProtectionGroupResponseAssociateDrProtectionGroupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type AssociateDrProtectionGroupResponse Modifier and Type Method Description AssociateDrProtectionGroupResponse.BuilderAssociateDrProtectionGroupResponse.Builder. copy(AssociateDrProtectionGroupResponse o)Copy method to populate the builder with values from the given instance.
 
-