Uses of Class
com.oracle.bmc.datasafe.responses.DeleteReportDefinitionResponse
- 
Packages that use DeleteReportDefinitionResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses 
- 
- 
Uses of DeleteReportDefinitionResponse in com.oracle.bmc.datasafeMethods in com.oracle.bmc.datasafe that return DeleteReportDefinitionResponse Modifier and Type Method Description DeleteReportDefinitionResponseDataSafe. deleteReportDefinition(DeleteReportDefinitionRequest request)Deletes the specified report definition.DeleteReportDefinitionResponseDataSafeClient. deleteReportDefinition(DeleteReportDefinitionRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type DeleteReportDefinitionResponse Modifier and Type Method Description Future<DeleteReportDefinitionResponse>DataSafeAsync. deleteReportDefinition(DeleteReportDefinitionRequest request, AsyncHandler<DeleteReportDefinitionRequest,DeleteReportDefinitionResponse> handler)Deletes the specified report definition.Future<DeleteReportDefinitionResponse>DataSafeAsyncClient. deleteReportDefinition(DeleteReportDefinitionRequest request, AsyncHandler<DeleteReportDefinitionRequest,DeleteReportDefinitionResponse> handler)Method parameters in com.oracle.bmc.datasafe with type arguments of type DeleteReportDefinitionResponse Modifier and Type Method Description Future<DeleteReportDefinitionResponse>DataSafeAsync. deleteReportDefinition(DeleteReportDefinitionRequest request, AsyncHandler<DeleteReportDefinitionRequest,DeleteReportDefinitionResponse> handler)Deletes the specified report definition.Future<DeleteReportDefinitionResponse>DataSafeAsyncClient. deleteReportDefinition(DeleteReportDefinitionRequest request, AsyncHandler<DeleteReportDefinitionRequest,DeleteReportDefinitionResponse> handler)
- 
Uses of DeleteReportDefinitionResponse in com.oracle.bmc.datasafe.responsesMethods in com.oracle.bmc.datasafe.responses that return DeleteReportDefinitionResponse Modifier and Type Method Description DeleteReportDefinitionResponseDeleteReportDefinitionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type DeleteReportDefinitionResponse Modifier and Type Method Description DeleteReportDefinitionResponse.BuilderDeleteReportDefinitionResponse.Builder. copy(DeleteReportDefinitionResponse o)Copy method to populate the builder with values from the given instance.
 
-