Uses of Class
com.oracle.bmc.datasafe.responses.GetDifferenceColumnResponse
-
Packages that use GetDifferenceColumnResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetDifferenceColumnResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetDifferenceColumnResponse Modifier and Type Method Description GetDifferenceColumnResponse
DataSafe. getDifferenceColumn(GetDifferenceColumnRequest request)
Gets the details of the specified SDM Masking policy difference column.GetDifferenceColumnResponse
DataSafeClient. getDifferenceColumn(GetDifferenceColumnRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetDifferenceColumnResponse Modifier and Type Method Description Future<GetDifferenceColumnResponse>
DataSafeAsync. getDifferenceColumn(GetDifferenceColumnRequest request, AsyncHandler<GetDifferenceColumnRequest,GetDifferenceColumnResponse> handler)
Gets the details of the specified SDM Masking policy difference column.Future<GetDifferenceColumnResponse>
DataSafeAsyncClient. getDifferenceColumn(GetDifferenceColumnRequest request, AsyncHandler<GetDifferenceColumnRequest,GetDifferenceColumnResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetDifferenceColumnResponse Modifier and Type Method Description Future<GetDifferenceColumnResponse>
DataSafeAsync. getDifferenceColumn(GetDifferenceColumnRequest request, AsyncHandler<GetDifferenceColumnRequest,GetDifferenceColumnResponse> handler)
Gets the details of the specified SDM Masking policy difference column.Future<GetDifferenceColumnResponse>
DataSafeAsyncClient. getDifferenceColumn(GetDifferenceColumnRequest request, AsyncHandler<GetDifferenceColumnRequest,GetDifferenceColumnResponse> handler)
-
Uses of GetDifferenceColumnResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetDifferenceColumnResponse Modifier and Type Method Description GetDifferenceColumnResponse
GetDifferenceColumnResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetDifferenceColumnResponse Modifier and Type Method Description GetDifferenceColumnResponse.Builder
GetDifferenceColumnResponse.Builder. copy(GetDifferenceColumnResponse o)
Copy method to populate the builder with values from the given instance.
-