Uses of Class
com.oracle.bmc.usageapi.model.CustomTableSummary
-
Packages that use CustomTableSummary Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.model -
-
Uses of CustomTableSummary in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return types with arguments of type CustomTableSummary Modifier and Type Method Description Iterable<CustomTableSummary>
UsageapiPaginators. listCustomTablesRecordIterator(ListCustomTablesRequest request)
Creates a new iterable which will iterate over theCustomTableSummary
objects contained in responses from the listCustomTables operation. -
Uses of CustomTableSummary in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return CustomTableSummary Modifier and Type Method Description CustomTableSummary
CustomTableSummary.Builder. build()
Methods in com.oracle.bmc.usageapi.model that return types with arguments of type CustomTableSummary Modifier and Type Method Description List<CustomTableSummary>
CustomTableCollection. getItems()
Custom tables list.Methods in com.oracle.bmc.usageapi.model with parameters of type CustomTableSummary Modifier and Type Method Description CustomTableSummary.Builder
CustomTableSummary.Builder. copy(CustomTableSummary model)
Method parameters in com.oracle.bmc.usageapi.model with type arguments of type CustomTableSummary Modifier and Type Method Description CustomTableCollection.Builder
CustomTableCollection.Builder. items(List<CustomTableSummary> items)
Custom tables list.Constructor parameters in com.oracle.bmc.usageapi.model with type arguments of type CustomTableSummary Constructor Description CustomTableCollection(List<CustomTableSummary> items)
Deprecated.
-