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