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