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