Uses of Class
com.oracle.bmc.usageapi.model.CustomTableCollection
-
Packages that use CustomTableCollection Package Description com.oracle.bmc.usageapi.model com.oracle.bmc.usageapi.responses -
-
Uses of CustomTableCollection in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return CustomTableCollection Modifier and Type Method Description CustomTableCollection
CustomTableCollection.Builder. build()
Methods in com.oracle.bmc.usageapi.model with parameters of type CustomTableCollection Modifier and Type Method Description CustomTableCollection.Builder
CustomTableCollection.Builder. copy(CustomTableCollection model)
-
Uses of CustomTableCollection in com.oracle.bmc.usageapi.responses
Methods in com.oracle.bmc.usageapi.responses that return CustomTableCollection Modifier and Type Method Description CustomTableCollection
ListCustomTablesResponse. getCustomTableCollection()
The returned CustomTableCollection instance.Methods in com.oracle.bmc.usageapi.responses with parameters of type CustomTableCollection Modifier and Type Method Description ListCustomTablesResponse.Builder
ListCustomTablesResponse.Builder. customTableCollection(CustomTableCollection customTableCollection)
The returned CustomTableCollection instance.
-