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