Uses of Class
com.oracle.bmc.loganalytics.requests.GetLogSetsCountRequest
-
Packages that use GetLogSetsCountRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetLogSetsCountRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetLogSetsCountRequest Modifier and Type Method Description GetLogSetsCountResponse
LogAnalytics. getLogSetsCount(GetLogSetsCountRequest request)
This API returns the count of distinct log sets.Future<GetLogSetsCountResponse>
LogAnalyticsAsync. getLogSetsCount(GetLogSetsCountRequest request, AsyncHandler<GetLogSetsCountRequest,GetLogSetsCountResponse> handler)
This API returns the count of distinct log sets.Future<GetLogSetsCountResponse>
LogAnalyticsAsyncClient. getLogSetsCount(GetLogSetsCountRequest request, AsyncHandler<GetLogSetsCountRequest,GetLogSetsCountResponse> handler)
GetLogSetsCountResponse
LogAnalyticsClient. getLogSetsCount(GetLogSetsCountRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetLogSetsCountRequest Modifier and Type Method Description Future<GetLogSetsCountResponse>
LogAnalyticsAsync. getLogSetsCount(GetLogSetsCountRequest request, AsyncHandler<GetLogSetsCountRequest,GetLogSetsCountResponse> handler)
This API returns the count of distinct log sets.Future<GetLogSetsCountResponse>
LogAnalyticsAsyncClient. getLogSetsCount(GetLogSetsCountRequest request, AsyncHandler<GetLogSetsCountRequest,GetLogSetsCountResponse> handler)
-
Uses of GetLogSetsCountRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetLogSetsCountRequest Modifier and Type Method Description GetLogSetsCountRequest
GetLogSetsCountRequest.Builder. build()
Build the instance of GetLogSetsCountRequest as configured by this builderGetLogSetsCountRequest
GetLogSetsCountRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetLogSetsCountRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetLogSetsCountRequest Modifier and Type Method Description GetLogSetsCountRequest.Builder
GetLogSetsCountRequest.Builder. copy(GetLogSetsCountRequest o)
Copy method to populate the builder with values from the given instance.
-