Uses of Class
com.oracle.bmc.disasterrecovery.model.UpdateDrProtectionGroupRoleDetails
-
Packages that use UpdateDrProtectionGroupRoleDetails Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of UpdateDrProtectionGroupRoleDetails in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return UpdateDrProtectionGroupRoleDetails Modifier and Type Method Description UpdateDrProtectionGroupRoleDetails
UpdateDrProtectionGroupRoleDetails.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type UpdateDrProtectionGroupRoleDetails Modifier and Type Method Description UpdateDrProtectionGroupRoleDetails.Builder
UpdateDrProtectionGroupRoleDetails.Builder. copy(UpdateDrProtectionGroupRoleDetails model)
-
Uses of UpdateDrProtectionGroupRoleDetails in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return UpdateDrProtectionGroupRoleDetails Modifier and Type Method Description UpdateDrProtectionGroupRoleDetails
UpdateDrProtectionGroupRoleRequest. getBody$()
Alternative accessor for the body parameter.UpdateDrProtectionGroupRoleDetails
UpdateDrProtectionGroupRoleRequest. getUpdateDrProtectionGroupRoleDetails()
The role details for the DR protection group to be updated.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type UpdateDrProtectionGroupRoleDetails Modifier and Type Method Description UpdateDrProtectionGroupRoleRequest.Builder
UpdateDrProtectionGroupRoleRequest.Builder. body$(UpdateDrProtectionGroupRoleDetails body)
Alternative setter for the body parameter.UpdateDrProtectionGroupRoleRequest.Builder
UpdateDrProtectionGroupRoleRequest.Builder. updateDrProtectionGroupRoleDetails(UpdateDrProtectionGroupRoleDetails updateDrProtectionGroupRoleDetails)
The role details for the DR protection group to be updated.
-