Uses of Class
com.oracle.bmc.datasafe.requests.UpdateMaskingPolicyRequest
-
Packages that use UpdateMaskingPolicyRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UpdateMaskingPolicyRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UpdateMaskingPolicyRequest Modifier and Type Method Description UpdateMaskingPolicyResponse
DataSafe. updateMaskingPolicy(UpdateMaskingPolicyRequest request)
Updates one or more attributes of the specified masking policy.Future<UpdateMaskingPolicyResponse>
DataSafeAsync. updateMaskingPolicy(UpdateMaskingPolicyRequest request, AsyncHandler<UpdateMaskingPolicyRequest,UpdateMaskingPolicyResponse> handler)
Updates one or more attributes of the specified masking policy.Future<UpdateMaskingPolicyResponse>
DataSafeAsyncClient. updateMaskingPolicy(UpdateMaskingPolicyRequest request, AsyncHandler<UpdateMaskingPolicyRequest,UpdateMaskingPolicyResponse> handler)
UpdateMaskingPolicyResponse
DataSafeClient. updateMaskingPolicy(UpdateMaskingPolicyRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateMaskingPolicyRequest Modifier and Type Method Description Future<UpdateMaskingPolicyResponse>
DataSafeAsync. updateMaskingPolicy(UpdateMaskingPolicyRequest request, AsyncHandler<UpdateMaskingPolicyRequest,UpdateMaskingPolicyResponse> handler)
Updates one or more attributes of the specified masking policy.Future<UpdateMaskingPolicyResponse>
DataSafeAsyncClient. updateMaskingPolicy(UpdateMaskingPolicyRequest request, AsyncHandler<UpdateMaskingPolicyRequest,UpdateMaskingPolicyResponse> handler)
-
Uses of UpdateMaskingPolicyRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateMaskingPolicyRequest Modifier and Type Method Description UpdateMaskingPolicyRequest
UpdateMaskingPolicyRequest.Builder. build()
Build the instance of UpdateMaskingPolicyRequest as configured by this builderUpdateMaskingPolicyRequest
UpdateMaskingPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateMaskingPolicyRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UpdateMaskingPolicyRequest Modifier and Type Method Description UpdateMaskingPolicyRequest.Builder
UpdateMaskingPolicyRequest.Builder. copy(UpdateMaskingPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-