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.datasafeMethods in com.oracle.bmc.datasafe that return GetMaskingColumnResponse Modifier and Type Method Description GetMaskingColumnResponseDataSafe. getMaskingColumn(GetMaskingColumnRequest request)Gets the details of the specified masking column.GetMaskingColumnResponseDataSafeClient. 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.responsesMethods in com.oracle.bmc.datasafe.responses that return GetMaskingColumnResponse Modifier and Type Method Description GetMaskingColumnResponseGetMaskingColumnResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetMaskingColumnResponse Modifier and Type Method Description GetMaskingColumnResponse.BuilderGetMaskingColumnResponse.Builder. copy(GetMaskingColumnResponse o)Copy method to populate the builder with values from the given instance.
 
-