Uses of Class
com.oracle.bmc.loganalytics.responses.ListFieldsResponse
-
Packages that use ListFieldsResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListFieldsResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListFieldsResponse Modifier and Type Method Description ListFieldsResponseLogAnalytics. listFields(ListFieldsRequest request)Returns a list of log fields, containing detailed information about them.ListFieldsResponseLogAnalyticsClient. listFields(ListFieldsRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListFieldsResponse Modifier and Type Method Description Future<ListFieldsResponse>LogAnalyticsAsync. listFields(ListFieldsRequest request, AsyncHandler<ListFieldsRequest,ListFieldsResponse> handler)Returns a list of log fields, containing detailed information about them.Future<ListFieldsResponse>LogAnalyticsAsyncClient. listFields(ListFieldsRequest request, AsyncHandler<ListFieldsRequest,ListFieldsResponse> handler)Iterable<ListFieldsResponse>LogAnalyticsPaginators. listFieldsResponseIterator(ListFieldsRequest request)Creates a new iterable which will iterate over the responses received from the listFields operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListFieldsResponse Modifier and Type Method Description Future<ListFieldsResponse>LogAnalyticsAsync. listFields(ListFieldsRequest request, AsyncHandler<ListFieldsRequest,ListFieldsResponse> handler)Returns a list of log fields, containing detailed information about them.Future<ListFieldsResponse>LogAnalyticsAsyncClient. listFields(ListFieldsRequest request, AsyncHandler<ListFieldsRequest,ListFieldsResponse> handler) -
Uses of ListFieldsResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListFieldsResponse Modifier and Type Method Description ListFieldsResponseListFieldsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListFieldsResponse Modifier and Type Method Description ListFieldsResponse.BuilderListFieldsResponse.Builder. copy(ListFieldsResponse o)Copy method to populate the builder with values from the given instance.
-