Uses of Class
com.oracle.bmc.recovery.model.UpdateProtectionPolicyDetails
-
Packages that use UpdateProtectionPolicyDetails Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of UpdateProtectionPolicyDetails in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return UpdateProtectionPolicyDetails Modifier and Type Method Description UpdateProtectionPolicyDetails
UpdateProtectionPolicyDetails.Builder. build()
Methods in com.oracle.bmc.recovery.model with parameters of type UpdateProtectionPolicyDetails Modifier and Type Method Description UpdateProtectionPolicyDetails.Builder
UpdateProtectionPolicyDetails.Builder. copy(UpdateProtectionPolicyDetails model)
-
Uses of UpdateProtectionPolicyDetails in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return UpdateProtectionPolicyDetails Modifier and Type Method Description UpdateProtectionPolicyDetails
UpdateProtectionPolicyRequest. getBody$()
Alternative accessor for the body parameter.UpdateProtectionPolicyDetails
UpdateProtectionPolicyRequest. getUpdateProtectionPolicyDetails()
The information to be updated.Methods in com.oracle.bmc.recovery.requests with parameters of type UpdateProtectionPolicyDetails Modifier and Type Method Description UpdateProtectionPolicyRequest.Builder
UpdateProtectionPolicyRequest.Builder. body$(UpdateProtectionPolicyDetails body)
Alternative setter for the body parameter.UpdateProtectionPolicyRequest.Builder
UpdateProtectionPolicyRequest.Builder. updateProtectionPolicyDetails(UpdateProtectionPolicyDetails updateProtectionPolicyDetails)
The information to be updated.
-