Uses of Class
com.oracle.bmc.loganalytics.requests.UpsertLabelRequest
-
Packages that use UpsertLabelRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of UpsertLabelRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type UpsertLabelRequest Modifier and Type Method Description UpsertLabelResponse
LogAnalytics. upsertLabel(UpsertLabelRequest request)
Creates or updates a label that could be used to tag a log entry.Future<UpsertLabelResponse>
LogAnalyticsAsync. upsertLabel(UpsertLabelRequest request, AsyncHandler<UpsertLabelRequest,UpsertLabelResponse> handler)
Creates or updates a label that could be used to tag a log entry.Future<UpsertLabelResponse>
LogAnalyticsAsyncClient. upsertLabel(UpsertLabelRequest request, AsyncHandler<UpsertLabelRequest,UpsertLabelResponse> handler)
UpsertLabelResponse
LogAnalyticsClient. upsertLabel(UpsertLabelRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpsertLabelRequest Modifier and Type Method Description Future<UpsertLabelResponse>
LogAnalyticsAsync. upsertLabel(UpsertLabelRequest request, AsyncHandler<UpsertLabelRequest,UpsertLabelResponse> handler)
Creates or updates a label that could be used to tag a log entry.Future<UpsertLabelResponse>
LogAnalyticsAsyncClient. upsertLabel(UpsertLabelRequest request, AsyncHandler<UpsertLabelRequest,UpsertLabelResponse> handler)
-
Uses of UpsertLabelRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return UpsertLabelRequest Modifier and Type Method Description UpsertLabelRequest
UpsertLabelRequest.Builder. build()
Build the instance of UpsertLabelRequest as configured by this builderUpsertLabelRequest
UpsertLabelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpsertLabelRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type UpsertLabelRequest Modifier and Type Method Description UpsertLabelRequest.Builder
UpsertLabelRequest.Builder. copy(UpsertLabelRequest o)
Copy method to populate the builder with values from the given instance.
-