Uses of Class
com.oracle.bmc.loganalytics.requests.ListLogSetsRequest
-
Packages that use ListLogSetsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListLogSetsRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListLogSetsRequest Modifier and Type Method Description ListLogSetsResponseLogAnalytics. listLogSets(ListLogSetsRequest request)This API returns a list of log sets.Future<ListLogSetsResponse>LogAnalyticsAsync. listLogSets(ListLogSetsRequest request, AsyncHandler<ListLogSetsRequest,ListLogSetsResponse> handler)This API returns a list of log sets.Future<ListLogSetsResponse>LogAnalyticsAsyncClient. listLogSets(ListLogSetsRequest request, AsyncHandler<ListLogSetsRequest,ListLogSetsResponse> handler)ListLogSetsResponseLogAnalyticsClient. listLogSets(ListLogSetsRequest request)Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListLogSetsRequest Modifier and Type Method Description Future<ListLogSetsResponse>LogAnalyticsAsync. listLogSets(ListLogSetsRequest request, AsyncHandler<ListLogSetsRequest,ListLogSetsResponse> handler)This API returns a list of log sets.Future<ListLogSetsResponse>LogAnalyticsAsyncClient. listLogSets(ListLogSetsRequest request, AsyncHandler<ListLogSetsRequest,ListLogSetsResponse> handler) -
Uses of ListLogSetsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListLogSetsRequest Modifier and Type Method Description ListLogSetsRequestListLogSetsRequest.Builder. build()Build the instance of ListLogSetsRequest as configured by this builderListLogSetsRequestListLogSetsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListLogSetsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListLogSetsRequest Modifier and Type Method Description ListLogSetsRequest.BuilderListLogSetsRequest.Builder. copy(ListLogSetsRequest o)Copy method to populate the builder with values from the given instance.
-