Uses of Class
com.oracle.bmc.datasafe.requests.ChangeMaskingPolicyCompartmentRequest
- 
Packages that use ChangeMaskingPolicyCompartmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests 
- 
- 
Uses of ChangeMaskingPolicyCompartmentRequest in com.oracle.bmc.datasafeMethod parameters in com.oracle.bmc.datasafe with type arguments of type ChangeMaskingPolicyCompartmentRequest Modifier and Type Method Description Future<ChangeMaskingPolicyCompartmentResponse>DataSafeAsync. changeMaskingPolicyCompartment(ChangeMaskingPolicyCompartmentRequest request, AsyncHandler<ChangeMaskingPolicyCompartmentRequest,ChangeMaskingPolicyCompartmentResponse> handler)Moves the specified masking policy and its dependent resources into a different compartment.Future<ChangeMaskingPolicyCompartmentResponse>DataSafeAsyncClient. changeMaskingPolicyCompartment(ChangeMaskingPolicyCompartmentRequest request, AsyncHandler<ChangeMaskingPolicyCompartmentRequest,ChangeMaskingPolicyCompartmentResponse> handler)
- 
Uses of ChangeMaskingPolicyCompartmentRequest in com.oracle.bmc.datasafe.requestsMethods in com.oracle.bmc.datasafe.requests that return ChangeMaskingPolicyCompartmentRequest Modifier and Type Method Description ChangeMaskingPolicyCompartmentRequestChangeMaskingPolicyCompartmentRequest.Builder. build()Build the instance of ChangeMaskingPolicyCompartmentRequest as configured by this builderChangeMaskingPolicyCompartmentRequestChangeMaskingPolicyCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeMaskingPolicyCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ChangeMaskingPolicyCompartmentRequest Modifier and Type Method Description ChangeMaskingPolicyCompartmentRequest.BuilderChangeMaskingPolicyCompartmentRequest.Builder. copy(ChangeMaskingPolicyCompartmentRequest o)Copy method to populate the builder with values from the given instance.
 
-