Package | Description |
---|---|
com.oracle.bmc.logging | |
com.oracle.bmc.logging.requests |
Modifier and Type | Method and Description |
---|---|
ListLogsResponse |
LoggingManagementClient.listLogs(ListLogsRequest request) |
ListLogsResponse |
LoggingManagement.listLogs(ListLogsRequest request)
Lists the specified log group’s log objects.
|
Future<ListLogsResponse> |
LoggingManagementAsyncClient.listLogs(ListLogsRequest request,
AsyncHandler<ListLogsRequest,ListLogsResponse> handler) |
Future<ListLogsResponse> |
LoggingManagementAsync.listLogs(ListLogsRequest request,
AsyncHandler<ListLogsRequest,ListLogsResponse> handler)
Lists the specified log group’s log objects.
|
Iterable<LogSummary> |
LoggingManagementPaginators.listLogsRecordIterator(ListLogsRequest request)
Creates a new iterable which will iterate over the
LogSummary objects contained in responses from the listLogs
operation. |
Iterable<ListLogsResponse> |
LoggingManagementPaginators.listLogsResponseIterator(ListLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listLogs
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListLogsResponse> |
LoggingManagementAsyncClient.listLogs(ListLogsRequest request,
AsyncHandler<ListLogsRequest,ListLogsResponse> handler) |
Future<ListLogsResponse> |
LoggingManagementAsync.listLogs(ListLogsRequest request,
AsyncHandler<ListLogsRequest,ListLogsResponse> handler)
Lists the specified log group’s log objects.
|
Modifier and Type | Method and Description |
---|---|
ListLogsRequest |
ListLogsRequest.Builder.build()
Build the instance of ListLogsRequest as configured by this builder
|
ListLogsRequest |
ListLogsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListLogsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListLogsRequest.Builder |
ListLogsRequest.Builder.copy(ListLogsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.