Uses of Class
com.oracle.bmc.disasterrecovery.requests.AssociateDrProtectionGroupRequest
-
Packages that use AssociateDrProtectionGroupRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of AssociateDrProtectionGroupRequest in com.oracle.bmc.disasterrecovery
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type AssociateDrProtectionGroupRequest 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 AssociateDrProtectionGroupRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return AssociateDrProtectionGroupRequest Modifier and Type Method Description AssociateDrProtectionGroupRequest
AssociateDrProtectionGroupRequest.Builder. build()
Build the instance of AssociateDrProtectionGroupRequest as configured by this builderAssociateDrProtectionGroupRequest
AssociateDrProtectionGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AssociateDrProtectionGroupRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type AssociateDrProtectionGroupRequest Modifier and Type Method Description AssociateDrProtectionGroupRequest.Builder
AssociateDrProtectionGroupRequest.Builder. copy(AssociateDrProtectionGroupRequest o)
Copy method to populate the builder with values from the given instance.
-