Package | Description |
---|---|
com.oracle.bmc.audit | |
com.oracle.bmc.audit.responses |
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.
|
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.
|
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 |
---|---|
ListEventsResponse |
ListEventsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListEventsResponse.Builder |
ListEventsResponse.Builder.copy(ListEventsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.