Uses of Class
com.oracle.bmc.loganalytics.responses.UpsertLabelResponse
-
Packages that use UpsertLabelResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of UpsertLabelResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return UpsertLabelResponse Modifier and Type Method Description UpsertLabelResponse
LogAnalytics. upsertLabel(UpsertLabelRequest request)
Creates or updates a label that could be used to tag a log entry.UpsertLabelResponse
LogAnalyticsClient. upsertLabel(UpsertLabelRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type UpsertLabelResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpsertLabelResponse 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 UpsertLabelResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return UpsertLabelResponse Modifier and Type Method Description UpsertLabelResponse
UpsertLabelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type UpsertLabelResponse Modifier and Type Method Description UpsertLabelResponse.Builder
UpsertLabelResponse.Builder. copy(UpsertLabelResponse o)
Copy method to populate the builder with values from the given instance.
-