Uses of Class
com.oracle.bmc.loganalytics.responses.GetLogAnalyticsLogGroupsSummaryResponse
-
Packages that use GetLogAnalyticsLogGroupsSummaryResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetLogAnalyticsLogGroupsSummaryResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetLogAnalyticsLogGroupsSummaryResponse Modifier and Type Method Description GetLogAnalyticsLogGroupsSummaryResponse
LogAnalytics. getLogAnalyticsLogGroupsSummary(GetLogAnalyticsLogGroupsSummaryRequest request)
Returns the count of log groups in a compartment.GetLogAnalyticsLogGroupsSummaryResponse
LogAnalyticsClient. getLogAnalyticsLogGroupsSummary(GetLogAnalyticsLogGroupsSummaryRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetLogAnalyticsLogGroupsSummaryResponse Modifier and Type Method Description Future<GetLogAnalyticsLogGroupsSummaryResponse>
LogAnalyticsAsync. getLogAnalyticsLogGroupsSummary(GetLogAnalyticsLogGroupsSummaryRequest request, AsyncHandler<GetLogAnalyticsLogGroupsSummaryRequest,GetLogAnalyticsLogGroupsSummaryResponse> handler)
Returns the count of log groups in a compartment.Future<GetLogAnalyticsLogGroupsSummaryResponse>
LogAnalyticsAsyncClient. getLogAnalyticsLogGroupsSummary(GetLogAnalyticsLogGroupsSummaryRequest request, AsyncHandler<GetLogAnalyticsLogGroupsSummaryRequest,GetLogAnalyticsLogGroupsSummaryResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetLogAnalyticsLogGroupsSummaryResponse Modifier and Type Method Description Future<GetLogAnalyticsLogGroupsSummaryResponse>
LogAnalyticsAsync. getLogAnalyticsLogGroupsSummary(GetLogAnalyticsLogGroupsSummaryRequest request, AsyncHandler<GetLogAnalyticsLogGroupsSummaryRequest,GetLogAnalyticsLogGroupsSummaryResponse> handler)
Returns the count of log groups in a compartment.Future<GetLogAnalyticsLogGroupsSummaryResponse>
LogAnalyticsAsyncClient. getLogAnalyticsLogGroupsSummary(GetLogAnalyticsLogGroupsSummaryRequest request, AsyncHandler<GetLogAnalyticsLogGroupsSummaryRequest,GetLogAnalyticsLogGroupsSummaryResponse> handler)
-
Uses of GetLogAnalyticsLogGroupsSummaryResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetLogAnalyticsLogGroupsSummaryResponse Modifier and Type Method Description GetLogAnalyticsLogGroupsSummaryResponse
GetLogAnalyticsLogGroupsSummaryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetLogAnalyticsLogGroupsSummaryResponse Modifier and Type Method Description GetLogAnalyticsLogGroupsSummaryResponse.Builder
GetLogAnalyticsLogGroupsSummaryResponse.Builder. copy(GetLogAnalyticsLogGroupsSummaryResponse o)
Copy method to populate the builder with values from the given instance.
-