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.datasafe
Method 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.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeMaskingPolicyCompartmentRequest Modifier and Type Method Description ChangeMaskingPolicyCompartmentRequest
ChangeMaskingPolicyCompartmentRequest.Builder. build()
Build the instance of ChangeMaskingPolicyCompartmentRequest as configured by this builderChangeMaskingPolicyCompartmentRequest
ChangeMaskingPolicyCompartmentRequest.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.Builder
ChangeMaskingPolicyCompartmentRequest.Builder. copy(ChangeMaskingPolicyCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-