Uses of Class
com.oracle.bmc.datasafe.model.ChangeMaskingPolicyCompartmentDetails
-
Packages that use ChangeMaskingPolicyCompartmentDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of ChangeMaskingPolicyCompartmentDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ChangeMaskingPolicyCompartmentDetails Modifier and Type Method Description ChangeMaskingPolicyCompartmentDetails
ChangeMaskingPolicyCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type ChangeMaskingPolicyCompartmentDetails Modifier and Type Method Description ChangeMaskingPolicyCompartmentDetails.Builder
ChangeMaskingPolicyCompartmentDetails.Builder. copy(ChangeMaskingPolicyCompartmentDetails model)
-
Uses of ChangeMaskingPolicyCompartmentDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeMaskingPolicyCompartmentDetails Modifier and Type Method Description ChangeMaskingPolicyCompartmentDetails
ChangeMaskingPolicyCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeMaskingPolicyCompartmentDetails
ChangeMaskingPolicyCompartmentRequest. getChangeMaskingPolicyCompartmentDetails()
Details to change the compartment of a masking policy.Methods in com.oracle.bmc.datasafe.requests with parameters of type ChangeMaskingPolicyCompartmentDetails Modifier and Type Method Description ChangeMaskingPolicyCompartmentRequest.Builder
ChangeMaskingPolicyCompartmentRequest.Builder. body$(ChangeMaskingPolicyCompartmentDetails body)
Alternative setter for the body parameter.ChangeMaskingPolicyCompartmentRequest.Builder
ChangeMaskingPolicyCompartmentRequest.Builder. changeMaskingPolicyCompartmentDetails(ChangeMaskingPolicyCompartmentDetails changeMaskingPolicyCompartmentDetails)
Details to change the compartment of a masking policy.
-