Uses of Class
com.oracle.bmc.datasafe.responses.UploadMaskingPolicyResponse
-
Packages that use UploadMaskingPolicyResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of UploadMaskingPolicyResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return UploadMaskingPolicyResponse Modifier and Type Method Description UploadMaskingPolicyResponse
DataSafe. uploadMaskingPolicy(UploadMaskingPolicyRequest request)
Uploads a masking policy file (also called template) to update the specified masking policy.UploadMaskingPolicyResponse
DataSafeClient. uploadMaskingPolicy(UploadMaskingPolicyRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type UploadMaskingPolicyResponse Modifier and Type Method Description Future<UploadMaskingPolicyResponse>
DataSafeAsync. uploadMaskingPolicy(UploadMaskingPolicyRequest request, AsyncHandler<UploadMaskingPolicyRequest,UploadMaskingPolicyResponse> handler)
Uploads a masking policy file (also called template) to update the specified masking policy.Future<UploadMaskingPolicyResponse>
DataSafeAsyncClient. uploadMaskingPolicy(UploadMaskingPolicyRequest request, AsyncHandler<UploadMaskingPolicyRequest,UploadMaskingPolicyResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UploadMaskingPolicyResponse Modifier and Type Method Description Future<UploadMaskingPolicyResponse>
DataSafeAsync. uploadMaskingPolicy(UploadMaskingPolicyRequest request, AsyncHandler<UploadMaskingPolicyRequest,UploadMaskingPolicyResponse> handler)
Uploads a masking policy file (also called template) to update the specified masking policy.Future<UploadMaskingPolicyResponse>
DataSafeAsyncClient. uploadMaskingPolicy(UploadMaskingPolicyRequest request, AsyncHandler<UploadMaskingPolicyRequest,UploadMaskingPolicyResponse> handler)
-
Uses of UploadMaskingPolicyResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return UploadMaskingPolicyResponse Modifier and Type Method Description UploadMaskingPolicyResponse
UploadMaskingPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UploadMaskingPolicyResponse Modifier and Type Method Description UploadMaskingPolicyResponse.Builder
UploadMaskingPolicyResponse.Builder. copy(UploadMaskingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-