Uses of Class
com.oracle.bmc.datasafe.responses.UpdateSdmMaskingPolicyDifferenceResponse
-
Packages that use UpdateSdmMaskingPolicyDifferenceResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of UpdateSdmMaskingPolicyDifferenceResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return UpdateSdmMaskingPolicyDifferenceResponse Modifier and Type Method Description UpdateSdmMaskingPolicyDifferenceResponse
DataSafe. updateSdmMaskingPolicyDifference(UpdateSdmMaskingPolicyDifferenceRequest request)
Updates one or more attributes of the specified sdm masking policy difference.UpdateSdmMaskingPolicyDifferenceResponse
DataSafeClient. updateSdmMaskingPolicyDifference(UpdateSdmMaskingPolicyDifferenceRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type UpdateSdmMaskingPolicyDifferenceResponse Modifier and Type Method Description Future<UpdateSdmMaskingPolicyDifferenceResponse>
DataSafeAsync. updateSdmMaskingPolicyDifference(UpdateSdmMaskingPolicyDifferenceRequest request, AsyncHandler<UpdateSdmMaskingPolicyDifferenceRequest,UpdateSdmMaskingPolicyDifferenceResponse> handler)
Updates one or more attributes of the specified sdm masking policy difference.Future<UpdateSdmMaskingPolicyDifferenceResponse>
DataSafeAsyncClient. updateSdmMaskingPolicyDifference(UpdateSdmMaskingPolicyDifferenceRequest request, AsyncHandler<UpdateSdmMaskingPolicyDifferenceRequest,UpdateSdmMaskingPolicyDifferenceResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateSdmMaskingPolicyDifferenceResponse Modifier and Type Method Description Future<UpdateSdmMaskingPolicyDifferenceResponse>
DataSafeAsync. updateSdmMaskingPolicyDifference(UpdateSdmMaskingPolicyDifferenceRequest request, AsyncHandler<UpdateSdmMaskingPolicyDifferenceRequest,UpdateSdmMaskingPolicyDifferenceResponse> handler)
Updates one or more attributes of the specified sdm masking policy difference.Future<UpdateSdmMaskingPolicyDifferenceResponse>
DataSafeAsyncClient. updateSdmMaskingPolicyDifference(UpdateSdmMaskingPolicyDifferenceRequest request, AsyncHandler<UpdateSdmMaskingPolicyDifferenceRequest,UpdateSdmMaskingPolicyDifferenceResponse> handler)
-
Uses of UpdateSdmMaskingPolicyDifferenceResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return UpdateSdmMaskingPolicyDifferenceResponse Modifier and Type Method Description UpdateSdmMaskingPolicyDifferenceResponse
UpdateSdmMaskingPolicyDifferenceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateSdmMaskingPolicyDifferenceResponse Modifier and Type Method Description UpdateSdmMaskingPolicyDifferenceResponse.Builder
UpdateSdmMaskingPolicyDifferenceResponse.Builder. copy(UpdateSdmMaskingPolicyDifferenceResponse o)
Copy method to populate the builder with values from the given instance.
-