Uses of Class
com.oracle.bmc.recovery.model.CreateProtectionPolicyDetails
-
Packages that use CreateProtectionPolicyDetails Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of CreateProtectionPolicyDetails in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return CreateProtectionPolicyDetails Modifier and Type Method Description CreateProtectionPolicyDetails
CreateProtectionPolicyDetails.Builder. build()
Methods in com.oracle.bmc.recovery.model with parameters of type CreateProtectionPolicyDetails Modifier and Type Method Description CreateProtectionPolicyDetails.Builder
CreateProtectionPolicyDetails.Builder. copy(CreateProtectionPolicyDetails model)
-
Uses of CreateProtectionPolicyDetails in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return CreateProtectionPolicyDetails Modifier and Type Method Description CreateProtectionPolicyDetails
CreateProtectionPolicyRequest. getBody$()
Alternative accessor for the body parameter.CreateProtectionPolicyDetails
CreateProtectionPolicyRequest. getCreateProtectionPolicyDetails()
Describes the parameters required to create a custom protection policy.Methods in com.oracle.bmc.recovery.requests with parameters of type CreateProtectionPolicyDetails Modifier and Type Method Description CreateProtectionPolicyRequest.Builder
CreateProtectionPolicyRequest.Builder. body$(CreateProtectionPolicyDetails body)
Alternative setter for the body parameter.CreateProtectionPolicyRequest.Builder
CreateProtectionPolicyRequest.Builder. createProtectionPolicyDetails(CreateProtectionPolicyDetails createProtectionPolicyDetails)
Describes the parameters required to create a custom protection policy.
-