Uses of Class
com.oracle.bmc.datasafe.responses.ChangeMaskingPolicyCompartmentResponse
-
Packages that use ChangeMaskingPolicyCompartmentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ChangeMaskingPolicyCompartmentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ChangeMaskingPolicyCompartmentResponse Modifier and Type Method Description ChangeMaskingPolicyCompartmentResponse
DataSafe. changeMaskingPolicyCompartment(ChangeMaskingPolicyCompartmentRequest request)
Moves the specified masking policy and its dependent resources into a different compartment.ChangeMaskingPolicyCompartmentResponse
DataSafeClient. changeMaskingPolicyCompartment(ChangeMaskingPolicyCompartmentRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ChangeMaskingPolicyCompartmentResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeMaskingPolicyCompartmentResponse 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 ChangeMaskingPolicyCompartmentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ChangeMaskingPolicyCompartmentResponse Modifier and Type Method Description ChangeMaskingPolicyCompartmentResponse
ChangeMaskingPolicyCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ChangeMaskingPolicyCompartmentResponse Modifier and Type Method Description ChangeMaskingPolicyCompartmentResponse.Builder
ChangeMaskingPolicyCompartmentResponse.Builder. copy(ChangeMaskingPolicyCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-