Package | Description |
---|---|
com.oracle.bmc.logging | |
com.oracle.bmc.logging.responses |
Modifier and Type | Method and Description |
---|---|
ListLogsResponse |
LoggingManagement.listLogs(ListLogsRequest request)
Lists the specified log group’s log objects.
|
ListLogsResponse |
LoggingManagementClient.listLogs(ListLogsRequest request) |
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.
|
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 |
---|---|
ListLogsResponse |
ListLogsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListLogsResponse.Builder |
ListLogsResponse.Builder.copy(ListLogsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.