Uses of Class
com.oracle.bmc.loganalytics.responses.ListTemplatesResponse
-
Packages that use ListTemplatesResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListTemplatesResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListTemplatesResponse Modifier and Type Method Description ListTemplatesResponseLogAnalytics. listTemplates(ListTemplatesRequest request)Returns a list of templates, containing detailed information about them.ListTemplatesResponseLogAnalyticsClient. listTemplates(ListTemplatesRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description Future<ListTemplatesResponse>LogAnalyticsAsync. listTemplates(ListTemplatesRequest request, AsyncHandler<ListTemplatesRequest,ListTemplatesResponse> handler)Returns a list of templates, containing detailed information about them.Future<ListTemplatesResponse>LogAnalyticsAsyncClient. listTemplates(ListTemplatesRequest request, AsyncHandler<ListTemplatesRequest,ListTemplatesResponse> handler)Iterable<ListTemplatesResponse>LogAnalyticsPaginators. listTemplatesResponseIterator(ListTemplatesRequest request)Creates a new iterable which will iterate over the responses received from the listTemplates operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListTemplatesResponse Modifier and Type Method Description Future<ListTemplatesResponse>LogAnalyticsAsync. listTemplates(ListTemplatesRequest request, AsyncHandler<ListTemplatesRequest,ListTemplatesResponse> handler)Returns a list of templates, containing detailed information about them.Future<ListTemplatesResponse>LogAnalyticsAsyncClient. listTemplates(ListTemplatesRequest request, AsyncHandler<ListTemplatesRequest,ListTemplatesResponse> handler) -
Uses of ListTemplatesResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListTemplatesResponse Modifier and Type Method Description ListTemplatesResponseListTemplatesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListTemplatesResponse Modifier and Type Method Description ListTemplatesResponse.BuilderListTemplatesResponse.Builder. copy(ListTemplatesResponse o)Copy method to populate the builder with values from the given instance.
-