Uses of Class
com.oracle.bmc.logging.model.LogGroupSummary
-
Packages that use LogGroupSummary Package Description com.oracle.bmc.logging com.oracle.bmc.logging.model com.oracle.bmc.logging.responses -
-
Uses of LogGroupSummary in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return types with arguments of type LogGroupSummary Modifier and Type Method Description Iterable<LogGroupSummary>
LoggingManagementPaginators. listLogGroupsRecordIterator(ListLogGroupsRequest request)
Creates a new iterable which will iterate over theLogGroupSummary
objects contained in responses from the listLogGroups operation. -
Uses of LogGroupSummary in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return LogGroupSummary Modifier and Type Method Description LogGroupSummary
LogGroupSummary.Builder. build()
Methods in com.oracle.bmc.logging.model with parameters of type LogGroupSummary Modifier and Type Method Description LogGroupSummary.Builder
LogGroupSummary.Builder. copy(LogGroupSummary model)
-
Uses of LogGroupSummary in com.oracle.bmc.logging.responses
Methods in com.oracle.bmc.logging.responses that return types with arguments of type LogGroupSummary Modifier and Type Method Description List<LogGroupSummary>
ListLogGroupsResponse. getItems()
A list of com.oracle.bmc.logging.model.LogGroupSummary instances.Method parameters in com.oracle.bmc.logging.responses with type arguments of type LogGroupSummary Modifier and Type Method Description ListLogGroupsResponse.Builder
ListLogGroupsResponse.Builder. items(List<LogGroupSummary> items)
A list of com.oracle.bmc.logging.model.LogGroupSummary instances.
-