Uses of Class
com.oracle.bmc.loganalytics.responses.GetLabelSummaryResponse
-
Packages that use GetLabelSummaryResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetLabelSummaryResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetLabelSummaryResponse Modifier and Type Method Description GetLabelSummaryResponse
LogAnalytics. getLabelSummary(GetLabelSummaryRequest request)
Returns the count of labels.GetLabelSummaryResponse
LogAnalyticsClient. getLabelSummary(GetLabelSummaryRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetLabelSummaryResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetLabelSummaryResponse 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 GetLabelSummaryResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetLabelSummaryResponse Modifier and Type Method Description GetLabelSummaryResponse
GetLabelSummaryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetLabelSummaryResponse Modifier and Type Method Description GetLabelSummaryResponse.Builder
GetLabelSummaryResponse.Builder. copy(GetLabelSummaryResponse o)
Copy method to populate the builder with values from the given instance.
-