Uses of Class
com.oracle.bmc.datasafe.requests.CreateMaskingPolicyRequest
-
Packages that use CreateMaskingPolicyRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of CreateMaskingPolicyRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type CreateMaskingPolicyRequest 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.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)
CreateMaskingPolicyResponse
DataSafeClient. createMaskingPolicy(CreateMaskingPolicyRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateMaskingPolicyRequest 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 CreateMaskingPolicyRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return CreateMaskingPolicyRequest Modifier and Type Method Description CreateMaskingPolicyRequest
CreateMaskingPolicyRequest.Builder. build()
Build the instance of CreateMaskingPolicyRequest as configured by this builderCreateMaskingPolicyRequest
CreateMaskingPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMaskingPolicyRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type CreateMaskingPolicyRequest Modifier and Type Method Description CreateMaskingPolicyRequest.Builder
CreateMaskingPolicyRequest.Builder. copy(CreateMaskingPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-