Package | Description |
---|---|
com.oracle.bmc.audit | |
com.oracle.bmc.audit.requests |
Modifier and Type | Method and Description |
---|---|
ListEventsResponse |
AuditClient.listEvents(ListEventsRequest request) |
ListEventsResponse |
Audit.listEvents(ListEventsRequest request)
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) |
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.
|
Iterable<AuditEvent> |
AuditPaginators.listEventsRecordIterator(ListEventsRequest request)
Creates a new iterable which will iterate over the
AuditEvent objects 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListEventsResponse> |
AuditAsyncClient.listEvents(ListEventsRequest request,
AsyncHandler<ListEventsRequest,ListEventsResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
ListEventsRequest |
ListEventsRequest.Builder.build()
Build the instance of ListEventsRequest as configured by this builder
|
ListEventsRequest |
ListEventsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListEventsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListEventsRequest.Builder |
ListEventsRequest.Builder.copy(ListEventsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.