Uses of Class
com.oracle.bmc.datasafe.requests.GetMaskingPolicyHealthReportRequest
-
Packages that use GetMaskingPolicyHealthReportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetMaskingPolicyHealthReportRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetMaskingPolicyHealthReportRequest 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 GetMaskingPolicyHealthReportRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetMaskingPolicyHealthReportRequest Modifier and Type Method Description GetMaskingPolicyHealthReportRequest
GetMaskingPolicyHealthReportRequest.Builder. build()
Build the instance of GetMaskingPolicyHealthReportRequest as configured by this builderGetMaskingPolicyHealthReportRequest
GetMaskingPolicyHealthReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMaskingPolicyHealthReportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetMaskingPolicyHealthReportRequest Modifier and Type Method Description GetMaskingPolicyHealthReportRequest.Builder
GetMaskingPolicyHealthReportRequest.Builder. copy(GetMaskingPolicyHealthReportRequest o)
Copy method to populate the builder with values from the given instance.
-