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