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