Uses of Class
com.oracle.bmc.loganalytics.responses.DeleteLogAnalyticsObjectCollectionRuleResponse
-
Packages that use DeleteLogAnalyticsObjectCollectionRuleResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of DeleteLogAnalyticsObjectCollectionRuleResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return DeleteLogAnalyticsObjectCollectionRuleResponse Modifier and Type Method Description DeleteLogAnalyticsObjectCollectionRuleResponse
LogAnalytics. deleteLogAnalyticsObjectCollectionRule(DeleteLogAnalyticsObjectCollectionRuleRequest request)
Deletes the configured object storage bucket based collection rule and stop the log collection.DeleteLogAnalyticsObjectCollectionRuleResponse
LogAnalyticsClient. deleteLogAnalyticsObjectCollectionRule(DeleteLogAnalyticsObjectCollectionRuleRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type DeleteLogAnalyticsObjectCollectionRuleResponse Modifier and Type Method Description Future<DeleteLogAnalyticsObjectCollectionRuleResponse>
LogAnalyticsAsync. deleteLogAnalyticsObjectCollectionRule(DeleteLogAnalyticsObjectCollectionRuleRequest request, AsyncHandler<DeleteLogAnalyticsObjectCollectionRuleRequest,DeleteLogAnalyticsObjectCollectionRuleResponse> handler)
Deletes the configured object storage bucket based collection rule and stop the log collection.Future<DeleteLogAnalyticsObjectCollectionRuleResponse>
LogAnalyticsAsyncClient. deleteLogAnalyticsObjectCollectionRule(DeleteLogAnalyticsObjectCollectionRuleRequest request, AsyncHandler<DeleteLogAnalyticsObjectCollectionRuleRequest,DeleteLogAnalyticsObjectCollectionRuleResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type DeleteLogAnalyticsObjectCollectionRuleResponse Modifier and Type Method Description Future<DeleteLogAnalyticsObjectCollectionRuleResponse>
LogAnalyticsAsync. deleteLogAnalyticsObjectCollectionRule(DeleteLogAnalyticsObjectCollectionRuleRequest request, AsyncHandler<DeleteLogAnalyticsObjectCollectionRuleRequest,DeleteLogAnalyticsObjectCollectionRuleResponse> handler)
Deletes the configured object storage bucket based collection rule and stop the log collection.Future<DeleteLogAnalyticsObjectCollectionRuleResponse>
LogAnalyticsAsyncClient. deleteLogAnalyticsObjectCollectionRule(DeleteLogAnalyticsObjectCollectionRuleRequest request, AsyncHandler<DeleteLogAnalyticsObjectCollectionRuleRequest,DeleteLogAnalyticsObjectCollectionRuleResponse> handler)
-
Uses of DeleteLogAnalyticsObjectCollectionRuleResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return DeleteLogAnalyticsObjectCollectionRuleResponse Modifier and Type Method Description DeleteLogAnalyticsObjectCollectionRuleResponse
DeleteLogAnalyticsObjectCollectionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type DeleteLogAnalyticsObjectCollectionRuleResponse Modifier and Type Method Description DeleteLogAnalyticsObjectCollectionRuleResponse.Builder
DeleteLogAnalyticsObjectCollectionRuleResponse.Builder. copy(DeleteLogAnalyticsObjectCollectionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-