Uses of Class
com.oracle.bmc.audit.requests.ListEventsRequest
-
Packages that use ListEventsRequest Package Description com.oracle.bmc.audit com.oracle.bmc.audit.requests -
-
Uses of ListEventsRequest in com.oracle.bmc.audit
Methods in com.oracle.bmc.audit with parameters of type ListEventsRequest Modifier and Type Method Description ListEventsResponseAudit. listEvents(ListEventsRequest request)Returns all the audit events processed for the specified compartment within the specified time range.Future<ListEventsResponse>AuditAsync. listEvents(ListEventsRequest request, AsyncHandler<ListEventsRequest,ListEventsResponse> handler)Returns all the audit events processed for the specified compartment within the specified time range.Future<ListEventsResponse>AuditAsyncClient. listEvents(ListEventsRequest request, AsyncHandler<ListEventsRequest,ListEventsResponse> handler)ListEventsResponseAuditClient. listEvents(ListEventsRequest request)Iterable<AuditEvent>AuditPaginators. listEventsRecordIterator(ListEventsRequest request)Creates a new iterable which will iterate over theAuditEventobjects contained in responses from the listEvents operation.Iterable<ListEventsResponse>AuditPaginators. listEventsResponseIterator(ListEventsRequest request)Creates a new iterable which will iterate over the responses received from the listEvents operation.Method parameters in com.oracle.bmc.audit with type arguments of type ListEventsRequest Modifier and Type Method Description Future<ListEventsResponse>AuditAsync. listEvents(ListEventsRequest request, AsyncHandler<ListEventsRequest,ListEventsResponse> handler)Returns all the audit events processed for the specified compartment within the specified time range.Future<ListEventsResponse>AuditAsyncClient. listEvents(ListEventsRequest request, AsyncHandler<ListEventsRequest,ListEventsResponse> handler) -
Uses of ListEventsRequest in com.oracle.bmc.audit.requests
Methods in com.oracle.bmc.audit.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.audit.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.
-