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