Uses of Class
com.oracle.bmc.logging.requests.ListLogGroupsRequest
-
Packages that use ListLogGroupsRequest Package Description com.oracle.bmc.logging com.oracle.bmc.logging.requests -
-
Uses of ListLogGroupsRequest in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging with parameters of type ListLogGroupsRequest Modifier and Type Method Description ListLogGroupsResponse
LoggingManagement. listLogGroups(ListLogGroupsRequest request)
Lists all log groups for the specified compartment or tenancy.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)
ListLogGroupsResponse
LoggingManagementClient. listLogGroups(ListLogGroupsRequest request)
Iterable<LogGroupSummary>
LoggingManagementPaginators. listLogGroupsRecordIterator(ListLogGroupsRequest request)
Creates a new iterable which will iterate over theLogGroupSummary
objects contained in responses from the listLogGroups operation.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 ListLogGroupsRequest 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 ListLogGroupsRequest in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return ListLogGroupsRequest Modifier and Type Method Description ListLogGroupsRequest
ListLogGroupsRequest.Builder. build()
Build the instance of ListLogGroupsRequest as configured by this builderListLogGroupsRequest
ListLogGroupsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListLogGroupsRequest as configured by this builderMethods in com.oracle.bmc.logging.requests with parameters of type ListLogGroupsRequest Modifier and Type Method Description ListLogGroupsRequest.Builder
ListLogGroupsRequest.Builder. copy(ListLogGroupsRequest o)
Copy method to populate the builder with values from the given instance.
-