Uses of Class
com.oracle.bmc.loganalytics.requests.DeleteSourceRequest
-
Packages that use DeleteSourceRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of DeleteSourceRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type DeleteSourceRequest Modifier and Type Method Description DeleteSourceResponse
LogAnalytics. deleteSource(DeleteSourceRequest request)
Deletes source with the specified name.Future<DeleteSourceResponse>
LogAnalyticsAsync. deleteSource(DeleteSourceRequest request, AsyncHandler<DeleteSourceRequest,DeleteSourceResponse> handler)
Deletes source with the specified name.Future<DeleteSourceResponse>
LogAnalyticsAsyncClient. deleteSource(DeleteSourceRequest request, AsyncHandler<DeleteSourceRequest,DeleteSourceResponse> handler)
DeleteSourceResponse
LogAnalyticsClient. deleteSource(DeleteSourceRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type DeleteSourceRequest Modifier and Type Method Description Future<DeleteSourceResponse>
LogAnalyticsAsync. deleteSource(DeleteSourceRequest request, AsyncHandler<DeleteSourceRequest,DeleteSourceResponse> handler)
Deletes source with the specified name.Future<DeleteSourceResponse>
LogAnalyticsAsyncClient. deleteSource(DeleteSourceRequest request, AsyncHandler<DeleteSourceRequest,DeleteSourceResponse> handler)
-
Uses of DeleteSourceRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return DeleteSourceRequest Modifier and Type Method Description DeleteSourceRequest
DeleteSourceRequest.Builder. build()
Build the instance of DeleteSourceRequest as configured by this builderDeleteSourceRequest
DeleteSourceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSourceRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type DeleteSourceRequest Modifier and Type Method Description DeleteSourceRequest.Builder
DeleteSourceRequest.Builder. copy(DeleteSourceRequest o)
Copy method to populate the builder with values from the given instance.
-