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