Uses of Class
com.oracle.bmc.datasafe.requests.PatchSensitiveColumnsRequest
-
Packages that use PatchSensitiveColumnsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of PatchSensitiveColumnsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type PatchSensitiveColumnsRequest Modifier and Type Method Description PatchSensitiveColumnsResponse
DataSafe. patchSensitiveColumns(PatchSensitiveColumnsRequest request)
Patches one or more columns in the specified sensitive data model.Future<PatchSensitiveColumnsResponse>
DataSafeAsync. patchSensitiveColumns(PatchSensitiveColumnsRequest request, AsyncHandler<PatchSensitiveColumnsRequest,PatchSensitiveColumnsResponse> handler)
Patches one or more columns in the specified sensitive data model.Future<PatchSensitiveColumnsResponse>
DataSafeAsyncClient. patchSensitiveColumns(PatchSensitiveColumnsRequest request, AsyncHandler<PatchSensitiveColumnsRequest,PatchSensitiveColumnsResponse> handler)
PatchSensitiveColumnsResponse
DataSafeClient. patchSensitiveColumns(PatchSensitiveColumnsRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type PatchSensitiveColumnsRequest Modifier and Type Method Description Future<PatchSensitiveColumnsResponse>
DataSafeAsync. patchSensitiveColumns(PatchSensitiveColumnsRequest request, AsyncHandler<PatchSensitiveColumnsRequest,PatchSensitiveColumnsResponse> handler)
Patches one or more columns in the specified sensitive data model.Future<PatchSensitiveColumnsResponse>
DataSafeAsyncClient. patchSensitiveColumns(PatchSensitiveColumnsRequest request, AsyncHandler<PatchSensitiveColumnsRequest,PatchSensitiveColumnsResponse> handler)
-
Uses of PatchSensitiveColumnsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return PatchSensitiveColumnsRequest Modifier and Type Method Description PatchSensitiveColumnsRequest
PatchSensitiveColumnsRequest.Builder. build()
Build the instance of PatchSensitiveColumnsRequest as configured by this builderPatchSensitiveColumnsRequest
PatchSensitiveColumnsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchSensitiveColumnsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type PatchSensitiveColumnsRequest Modifier and Type Method Description PatchSensitiveColumnsRequest.Builder
PatchSensitiveColumnsRequest.Builder. copy(PatchSensitiveColumnsRequest o)
Copy method to populate the builder with values from the given instance.
-