Uses of Class
com.oracle.bmc.datasafe.model.PolicyFormat
-
Packages that use PolicyFormat Package Description com.oracle.bmc.datasafe.model -
-
Uses of PolicyFormat in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return PolicyFormat Modifier and Type Method Description static PolicyFormat
PolicyFormat. create(String key)
PolicyFormat
DownloadMaskingPolicyDetails. getPolicyFormat()
The format of the masking policy file.PolicyFormat
GenerateMaskingPolicyForDownloadDetails. getPolicyFormat()
The format of the masking policy file.static PolicyFormat
PolicyFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static PolicyFormat[]
PolicyFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type PolicyFormat Modifier and Type Method Description DownloadMaskingPolicyDetails.Builder
DownloadMaskingPolicyDetails.Builder. policyFormat(PolicyFormat policyFormat)
The format of the masking policy file.GenerateMaskingPolicyForDownloadDetails.Builder
GenerateMaskingPolicyForDownloadDetails.Builder. policyFormat(PolicyFormat policyFormat)
The format of the masking policy file.Constructors in com.oracle.bmc.datasafe.model with parameters of type PolicyFormat Constructor Description DownloadMaskingPolicyDetails(PolicyFormat policyFormat)
Deprecated.GenerateMaskingPolicyForDownloadDetails(PolicyFormat policyFormat)
Deprecated.
-