Uses of Class
com.oracle.bmc.datasafe.requests.DeleteMaskingPolicyHealthReportRequest
-
Packages that use DeleteMaskingPolicyHealthReportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of DeleteMaskingPolicyHealthReportRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type DeleteMaskingPolicyHealthReportRequest Modifier and Type Method Description Future<DeleteMaskingPolicyHealthReportResponse>
DataSafeAsync. deleteMaskingPolicyHealthReport(DeleteMaskingPolicyHealthReportRequest request, AsyncHandler<DeleteMaskingPolicyHealthReportRequest,DeleteMaskingPolicyHealthReportResponse> handler)
Deletes the specified masking policy health report.Future<DeleteMaskingPolicyHealthReportResponse>
DataSafeAsyncClient. deleteMaskingPolicyHealthReport(DeleteMaskingPolicyHealthReportRequest request, AsyncHandler<DeleteMaskingPolicyHealthReportRequest,DeleteMaskingPolicyHealthReportResponse> handler)
-
Uses of DeleteMaskingPolicyHealthReportRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DeleteMaskingPolicyHealthReportRequest Modifier and Type Method Description DeleteMaskingPolicyHealthReportRequest
DeleteMaskingPolicyHealthReportRequest.Builder. build()
Build the instance of DeleteMaskingPolicyHealthReportRequest as configured by this builderDeleteMaskingPolicyHealthReportRequest
DeleteMaskingPolicyHealthReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteMaskingPolicyHealthReportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type DeleteMaskingPolicyHealthReportRequest Modifier and Type Method Description DeleteMaskingPolicyHealthReportRequest.Builder
DeleteMaskingPolicyHealthReportRequest.Builder. copy(DeleteMaskingPolicyHealthReportRequest o)
Copy method to populate the builder with values from the given instance.
-