Uses of Class
com.oracle.bmc.datasafe.responses.UpdateMaskingPolicyResponse
-
Packages that use UpdateMaskingPolicyResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of UpdateMaskingPolicyResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return UpdateMaskingPolicyResponse Modifier and Type Method Description UpdateMaskingPolicyResponse
DataSafe. updateMaskingPolicy(UpdateMaskingPolicyRequest request)
Updates one or more attributes of the specified masking policy.UpdateMaskingPolicyResponse
DataSafeClient. updateMaskingPolicy(UpdateMaskingPolicyRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type UpdateMaskingPolicyResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateMaskingPolicyResponse 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 UpdateMaskingPolicyResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return UpdateMaskingPolicyResponse Modifier and Type Method Description UpdateMaskingPolicyResponse
UpdateMaskingPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateMaskingPolicyResponse Modifier and Type Method Description UpdateMaskingPolicyResponse.Builder
UpdateMaskingPolicyResponse.Builder. copy(UpdateMaskingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-