Uses of Class
com.oracle.bmc.logging.responses.ListLogsResponse
-
Packages that use ListLogsResponse Package Description com.oracle.bmc.logging com.oracle.bmc.logging.responses -
-
Uses of ListLogsResponse in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return ListLogsResponse Modifier and Type Method Description ListLogsResponse
LoggingManagement. listLogs(ListLogsRequest request)
Lists the specified log group’s log objects.ListLogsResponse
LoggingManagementClient. listLogs(ListLogsRequest request)
Methods in com.oracle.bmc.logging that return types with arguments of type ListLogsResponse 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)
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 ListLogsResponse 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 ListLogsResponse in com.oracle.bmc.logging.responses
Methods in com.oracle.bmc.logging.responses that return ListLogsResponse Modifier and Type Method Description ListLogsResponse
ListLogsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.logging.responses with parameters of type ListLogsResponse Modifier and Type Method Description ListLogsResponse.Builder
ListLogsResponse.Builder. copy(ListLogsResponse o)
Copy method to populate the builder with values from the given instance.
-