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