Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListEventsRequest
-
Packages that use ListEventsRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListEventsRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type ListEventsRequest Modifier and Type Method Description ListEventsResponseEvent. listEvents(ListEventsRequest request)Lists events that match the specified criteria, such as compartment, state, and event type.Future<ListEventsResponse>EventAsync. listEvents(ListEventsRequest request, AsyncHandler<ListEventsRequest,ListEventsResponse> handler)Lists events that match the specified criteria, such as compartment, state, and event type.Future<ListEventsResponse>EventAsyncClient. listEvents(ListEventsRequest request, AsyncHandler<ListEventsRequest,ListEventsResponse> handler)ListEventsResponseEventClient. listEvents(ListEventsRequest request)Iterable<EventSummary>EventPaginators. listEventsRecordIterator(ListEventsRequest request)Creates a new iterable which will iterate over theEventSummaryobjects contained in responses from the listEvents operation.Iterable<ListEventsResponse>EventPaginators. listEventsResponseIterator(ListEventsRequest request)Creates a new iterable which will iterate over the responses received from the listEvents operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListEventsRequest Modifier and Type Method Description Future<ListEventsResponse>EventAsync. listEvents(ListEventsRequest request, AsyncHandler<ListEventsRequest,ListEventsResponse> handler)Lists events that match the specified criteria, such as compartment, state, and event type.Future<ListEventsResponse>EventAsyncClient. listEvents(ListEventsRequest request, AsyncHandler<ListEventsRequest,ListEventsResponse> handler) -
Uses of ListEventsRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListEventsRequest Modifier and Type Method Description ListEventsRequestListEventsRequest.Builder. build()Build the instance of ListEventsRequest as configured by this builderListEventsRequestListEventsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListEventsRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListEventsRequest Modifier and Type Method Description ListEventsRequest.BuilderListEventsRequest.Builder. copy(ListEventsRequest o)Copy method to populate the builder with values from the given instance.
-