Package | Description |
---|---|
com.oracle.bmc.osmanagementhub | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
ListEventsResponse |
Event.listEvents(ListEventsRequest request)
Lists events that match the specified criteria, such as compartment, state, and event type.
|
ListEventsResponse |
EventClient.listEvents(ListEventsRequest request) |
Future<ListEventsResponse> |
EventAsyncClient.listEvents(ListEventsRequest request,
AsyncHandler<ListEventsRequest,ListEventsResponse> handler) |
Future<ListEventsResponse> |
EventAsync.listEvents(ListEventsRequest request,
AsyncHandler<ListEventsRequest,ListEventsResponse> handler)
Lists events that match the specified criteria, such as compartment, state, and event type.
|
Iterable<EventSummary> |
EventPaginators.listEventsRecordIterator(ListEventsRequest request)
Creates a new iterable which will iterate over the
EventSummary objects 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListEventsResponse> |
EventAsyncClient.listEvents(ListEventsRequest request,
AsyncHandler<ListEventsRequest,ListEventsResponse> handler) |
Future<ListEventsResponse> |
EventAsync.listEvents(ListEventsRequest request,
AsyncHandler<ListEventsRequest,ListEventsResponse> handler)
Lists events that match the specified criteria, such as compartment, state, and event type.
|
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.