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