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