Uses of Class
com.oracle.bmc.disasterrecovery.requests.UpdateDrProtectionGroupRequest
-
Packages that use UpdateDrProtectionGroupRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of UpdateDrProtectionGroupRequest in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type UpdateDrProtectionGroupRequest Modifier and Type Method Description UpdateDrProtectionGroupResponse
DisasterRecovery. updateDrProtectionGroup(UpdateDrProtectionGroupRequest request)
Update the DR protection group identified by drProtectionGroupId.Future<UpdateDrProtectionGroupResponse>
DisasterRecoveryAsync. updateDrProtectionGroup(UpdateDrProtectionGroupRequest request, AsyncHandler<UpdateDrProtectionGroupRequest,UpdateDrProtectionGroupResponse> handler)
Update the DR protection group identified by drProtectionGroupId.Future<UpdateDrProtectionGroupResponse>
DisasterRecoveryAsyncClient. updateDrProtectionGroup(UpdateDrProtectionGroupRequest request, AsyncHandler<UpdateDrProtectionGroupRequest,UpdateDrProtectionGroupResponse> handler)
UpdateDrProtectionGroupResponse
DisasterRecoveryClient. updateDrProtectionGroup(UpdateDrProtectionGroupRequest request)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type UpdateDrProtectionGroupRequest Modifier and Type Method Description Future<UpdateDrProtectionGroupResponse>
DisasterRecoveryAsync. updateDrProtectionGroup(UpdateDrProtectionGroupRequest request, AsyncHandler<UpdateDrProtectionGroupRequest,UpdateDrProtectionGroupResponse> handler)
Update the DR protection group identified by drProtectionGroupId.Future<UpdateDrProtectionGroupResponse>
DisasterRecoveryAsyncClient. updateDrProtectionGroup(UpdateDrProtectionGroupRequest request, AsyncHandler<UpdateDrProtectionGroupRequest,UpdateDrProtectionGroupResponse> handler)
-
Uses of UpdateDrProtectionGroupRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return UpdateDrProtectionGroupRequest Modifier and Type Method Description UpdateDrProtectionGroupRequest
UpdateDrProtectionGroupRequest.Builder. build()
Build the instance of UpdateDrProtectionGroupRequest as configured by this builderUpdateDrProtectionGroupRequest
UpdateDrProtectionGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDrProtectionGroupRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type UpdateDrProtectionGroupRequest Modifier and Type Method Description UpdateDrProtectionGroupRequest.Builder
UpdateDrProtectionGroupRequest.Builder. copy(UpdateDrProtectionGroupRequest o)
Copy method to populate the builder with values from the given instance.
-