Package | Description |
---|---|
com.oracle.bmc.logging | |
com.oracle.bmc.logging.requests |
Modifier and Type | Method and Description |
---|---|
ListLogGroupsResponse |
LoggingManagementClient.listLogGroups(ListLogGroupsRequest request) |
ListLogGroupsResponse |
LoggingManagement.listLogGroups(ListLogGroupsRequest request)
Lists all log groups for the specified compartment or tenancy.
|
Future<ListLogGroupsResponse> |
LoggingManagementAsyncClient.listLogGroups(ListLogGroupsRequest request,
AsyncHandler<ListLogGroupsRequest,ListLogGroupsResponse> handler) |
Future<ListLogGroupsResponse> |
LoggingManagementAsync.listLogGroups(ListLogGroupsRequest request,
AsyncHandler<ListLogGroupsRequest,ListLogGroupsResponse> handler)
Lists all log groups for the specified compartment or tenancy.
|
Iterable<LogGroupSummary> |
LoggingManagementPaginators.listLogGroupsRecordIterator(ListLogGroupsRequest request)
Creates a new iterable which will iterate over the
LogGroupSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListLogGroupsResponse> |
LoggingManagementAsyncClient.listLogGroups(ListLogGroupsRequest request,
AsyncHandler<ListLogGroupsRequest,ListLogGroupsResponse> handler) |
Future<ListLogGroupsResponse> |
LoggingManagementAsync.listLogGroups(ListLogGroupsRequest request,
AsyncHandler<ListLogGroupsRequest,ListLogGroupsResponse> handler)
Lists all log groups for the specified compartment or tenancy.
|
Modifier and Type | Method and Description |
---|---|
ListLogGroupsRequest |
ListLogGroupsRequest.Builder.build()
Build the instance of ListLogGroupsRequest as configured by this builder
|
ListLogGroupsRequest |
ListLogGroupsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListLogGroupsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListLogGroupsRequest.Builder |
ListLogGroupsRequest.Builder.copy(ListLogGroupsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.