Uses of Class
com.oracle.bmc.logging.requests.ListLogsRequest
-
Packages that use ListLogsRequest Package Description com.oracle.bmc.logging com.oracle.bmc.logging.requests -
-
Uses of ListLogsRequest in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging with parameters of type ListLogsRequest Modifier and Type Method Description ListLogsResponse
LoggingManagement. listLogs(ListLogsRequest request)
Lists the specified log group’s log objects.Future<ListLogsResponse>
LoggingManagementAsync. listLogs(ListLogsRequest request, AsyncHandler<ListLogsRequest,ListLogsResponse> handler)
Lists the specified log group’s log objects.Future<ListLogsResponse>
LoggingManagementAsyncClient. listLogs(ListLogsRequest request, AsyncHandler<ListLogsRequest,ListLogsResponse> handler)
ListLogsResponse
LoggingManagementClient. listLogs(ListLogsRequest request)
Iterable<LogSummary>
LoggingManagementPaginators. listLogsRecordIterator(ListLogsRequest request)
Creates a new iterable which will iterate over theLogSummary
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.Method parameters in com.oracle.bmc.logging with type arguments of type ListLogsRequest Modifier and Type Method Description Future<ListLogsResponse>
LoggingManagementAsync. listLogs(ListLogsRequest request, AsyncHandler<ListLogsRequest,ListLogsResponse> handler)
Lists the specified log group’s log objects.Future<ListLogsResponse>
LoggingManagementAsyncClient. listLogs(ListLogsRequest request, AsyncHandler<ListLogsRequest,ListLogsResponse> handler)
-
Uses of ListLogsRequest in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return ListLogsRequest Modifier and Type Method Description ListLogsRequest
ListLogsRequest.Builder. build()
Build the instance of ListLogsRequest as configured by this builderListLogsRequest
ListLogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListLogsRequest as configured by this builderMethods in com.oracle.bmc.logging.requests with parameters of type ListLogsRequest Modifier and Type Method Description ListLogsRequest.Builder
ListLogsRequest.Builder. copy(ListLogsRequest o)
Copy method to populate the builder with values from the given instance.
-