Uses of Class
com.oracle.bmc.loganalytics.responses.ListLogSetsResponse
-
Packages that use ListLogSetsResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListLogSetsResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListLogSetsResponse Modifier and Type Method Description ListLogSetsResponse
LogAnalytics. listLogSets(ListLogSetsRequest request)
This API returns a list of log sets.ListLogSetsResponse
LogAnalyticsClient. listLogSets(ListLogSetsRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListLogSetsResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListLogSetsResponse 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 ListLogSetsResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListLogSetsResponse Modifier and Type Method Description ListLogSetsResponse
ListLogSetsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListLogSetsResponse Modifier and Type Method Description ListLogSetsResponse.Builder
ListLogSetsResponse.Builder. copy(ListLogSetsResponse o)
Copy method to populate the builder with values from the given instance.
-