Uses of Class
com.oracle.bmc.logging.responses.ListLogGroupsResponse
-
Packages that use ListLogGroupsResponse Package Description com.oracle.bmc.logging com.oracle.bmc.logging.responses -
-
Uses of ListLogGroupsResponse in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return ListLogGroupsResponse Modifier and Type Method Description ListLogGroupsResponse
LoggingManagement. listLogGroups(ListLogGroupsRequest request)
Lists all log groups for the specified compartment or tenancy.ListLogGroupsResponse
LoggingManagementClient. listLogGroups(ListLogGroupsRequest request)
Methods in com.oracle.bmc.logging that return types with arguments of type ListLogGroupsResponse Modifier and Type Method Description Future<ListLogGroupsResponse>
LoggingManagementAsync. listLogGroups(ListLogGroupsRequest request, AsyncHandler<ListLogGroupsRequest,ListLogGroupsResponse> handler)
Lists all log groups for the specified compartment or tenancy.Future<ListLogGroupsResponse>
LoggingManagementAsyncClient. listLogGroups(ListLogGroupsRequest request, AsyncHandler<ListLogGroupsRequest,ListLogGroupsResponse> handler)
Iterable<ListLogGroupsResponse>
LoggingManagementPaginators. listLogGroupsResponseIterator(ListLogGroupsRequest request)
Creates a new iterable which will iterate over the responses received from the listLogGroups operation.Method parameters in com.oracle.bmc.logging with type arguments of type ListLogGroupsResponse Modifier and Type Method Description Future<ListLogGroupsResponse>
LoggingManagementAsync. listLogGroups(ListLogGroupsRequest request, AsyncHandler<ListLogGroupsRequest,ListLogGroupsResponse> handler)
Lists all log groups for the specified compartment or tenancy.Future<ListLogGroupsResponse>
LoggingManagementAsyncClient. listLogGroups(ListLogGroupsRequest request, AsyncHandler<ListLogGroupsRequest,ListLogGroupsResponse> handler)
-
Uses of ListLogGroupsResponse in com.oracle.bmc.logging.responses
Methods in com.oracle.bmc.logging.responses that return ListLogGroupsResponse Modifier and Type Method Description ListLogGroupsResponse
ListLogGroupsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.logging.responses with parameters of type ListLogGroupsResponse Modifier and Type Method Description ListLogGroupsResponse.Builder
ListLogGroupsResponse.Builder. copy(ListLogGroupsResponse o)
Copy method to populate the builder with values from the given instance.
-