Package | Description |
---|---|
com.oracle.bmc.vnmonitoring | |
com.oracle.bmc.vnmonitoring.requests |
Modifier and Type | Method and Description |
---|---|
ListWorkRequestLogsResponse |
VnMonitoringClient.listWorkRequestLogs(ListWorkRequestLogsRequest request) |
ListWorkRequestLogsResponse |
VnMonitoring.listWorkRequestLogs(ListWorkRequestLogsRequest request)
Returns a (paginated) list of logs for the work request with the given ID.
|
Future<ListWorkRequestLogsResponse> |
VnMonitoringAsync.listWorkRequestLogs(ListWorkRequestLogsRequest request,
AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
Returns a (paginated) list of logs for the work request with the given ID.
|
Future<ListWorkRequestLogsResponse> |
VnMonitoringAsyncClient.listWorkRequestLogs(ListWorkRequestLogsRequest request,
AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler) |
Iterable<WorkRequestLogEntry> |
VnMonitoringPaginators.listWorkRequestLogsRecordIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over the
WorkRequestLogEntry objects contained in responses from
the listWorkRequestLogs operation. |
Iterable<ListWorkRequestLogsResponse> |
VnMonitoringPaginators.listWorkRequestLogsResponseIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over the responses received from the
listWorkRequestLogs operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListWorkRequestLogsResponse> |
VnMonitoringAsync.listWorkRequestLogs(ListWorkRequestLogsRequest request,
AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
Returns a (paginated) list of logs for the work request with the given ID.
|
Future<ListWorkRequestLogsResponse> |
VnMonitoringAsyncClient.listWorkRequestLogs(ListWorkRequestLogsRequest request,
AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListWorkRequestLogsRequest |
ListWorkRequestLogsRequest.Builder.build()
Build the instance of ListWorkRequestLogsRequest as configured by this builder
|
ListWorkRequestLogsRequest |
ListWorkRequestLogsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListWorkRequestLogsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestLogsRequest.Builder |
ListWorkRequestLogsRequest.Builder.copy(ListWorkRequestLogsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.