Uses of Class
com.oracle.bmc.loganalytics.responses.ListSourceEventTypesResponse
-
Packages that use ListSourceEventTypesResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListSourceEventTypesResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListSourceEventTypesResponse Modifier and Type Method Description ListSourceEventTypesResponseLogAnalytics. listSourceEventTypes(ListSourceEventTypesRequest request)Lists the event types mapped to the source with the specified name.ListSourceEventTypesResponseLogAnalyticsClient. listSourceEventTypes(ListSourceEventTypesRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListSourceEventTypesResponse Modifier and Type Method Description Future<ListSourceEventTypesResponse>LogAnalyticsAsync. listSourceEventTypes(ListSourceEventTypesRequest request, AsyncHandler<ListSourceEventTypesRequest,ListSourceEventTypesResponse> handler)Lists the event types mapped to the source with the specified name.Future<ListSourceEventTypesResponse>LogAnalyticsAsyncClient. listSourceEventTypes(ListSourceEventTypesRequest request, AsyncHandler<ListSourceEventTypesRequest,ListSourceEventTypesResponse> handler)Iterable<ListSourceEventTypesResponse>LogAnalyticsPaginators. listSourceEventTypesResponseIterator(ListSourceEventTypesRequest request)Creates a new iterable which will iterate over the responses received from the listSourceEventTypes operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListSourceEventTypesResponse Modifier and Type Method Description Future<ListSourceEventTypesResponse>LogAnalyticsAsync. listSourceEventTypes(ListSourceEventTypesRequest request, AsyncHandler<ListSourceEventTypesRequest,ListSourceEventTypesResponse> handler)Lists the event types mapped to the source with the specified name.Future<ListSourceEventTypesResponse>LogAnalyticsAsyncClient. listSourceEventTypes(ListSourceEventTypesRequest request, AsyncHandler<ListSourceEventTypesRequest,ListSourceEventTypesResponse> handler) -
Uses of ListSourceEventTypesResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListSourceEventTypesResponse Modifier and Type Method Description ListSourceEventTypesResponseListSourceEventTypesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListSourceEventTypesResponse Modifier and Type Method Description ListSourceEventTypesResponse.BuilderListSourceEventTypesResponse.Builder. copy(ListSourceEventTypesResponse o)Copy method to populate the builder with values from the given instance.
-