Uses of Class
com.oracle.bmc.datasafe.responses.CreateMaskingPolicyResponse
-
Packages that use CreateMaskingPolicyResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of CreateMaskingPolicyResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return CreateMaskingPolicyResponse Modifier and Type Method Description CreateMaskingPolicyResponse
DataSafe. createMaskingPolicy(CreateMaskingPolicyRequest request)
Creates a new masking policy and associates it with a sensitive data model or a target database.CreateMaskingPolicyResponse
DataSafeClient. createMaskingPolicy(CreateMaskingPolicyRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type CreateMaskingPolicyResponse Modifier and Type Method Description Future<CreateMaskingPolicyResponse>
DataSafeAsync. createMaskingPolicy(CreateMaskingPolicyRequest request, AsyncHandler<CreateMaskingPolicyRequest,CreateMaskingPolicyResponse> handler)
Creates a new masking policy and associates it with a sensitive data model or a target database.Future<CreateMaskingPolicyResponse>
DataSafeAsyncClient. createMaskingPolicy(CreateMaskingPolicyRequest request, AsyncHandler<CreateMaskingPolicyRequest,CreateMaskingPolicyResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateMaskingPolicyResponse Modifier and Type Method Description Future<CreateMaskingPolicyResponse>
DataSafeAsync. createMaskingPolicy(CreateMaskingPolicyRequest request, AsyncHandler<CreateMaskingPolicyRequest,CreateMaskingPolicyResponse> handler)
Creates a new masking policy and associates it with a sensitive data model or a target database.Future<CreateMaskingPolicyResponse>
DataSafeAsyncClient. createMaskingPolicy(CreateMaskingPolicyRequest request, AsyncHandler<CreateMaskingPolicyRequest,CreateMaskingPolicyResponse> handler)
-
Uses of CreateMaskingPolicyResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return CreateMaskingPolicyResponse Modifier and Type Method Description CreateMaskingPolicyResponse
CreateMaskingPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type CreateMaskingPolicyResponse Modifier and Type Method Description CreateMaskingPolicyResponse.Builder
CreateMaskingPolicyResponse.Builder. copy(CreateMaskingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-