Uses of Class
com.oracle.bmc.jms.model.LibraryUsage
-
Packages that use LibraryUsage Package Description com.oracle.bmc.jms.model -
-
Uses of LibraryUsage in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return LibraryUsage Modifier and Type Method Description LibraryUsage
LibraryUsage.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type LibraryUsage Modifier and Type Method Description List<LibraryUsage>
LibraryUsageCollection. getItems()
A list of library usages.Methods in com.oracle.bmc.jms.model with parameters of type LibraryUsage Modifier and Type Method Description LibraryUsage.Builder
LibraryUsage.Builder. copy(LibraryUsage model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type LibraryUsage Modifier and Type Method Description LibraryUsageCollection.Builder
LibraryUsageCollection.Builder. items(List<LibraryUsage> items)
A list of library usages.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type LibraryUsage Constructor Description LibraryUsageCollection(List<LibraryUsage> items)
Deprecated.
-