Uses of Class
com.oracle.bmc.core.model.IpInventoryCollection
-
Packages that use IpInventoryCollection Package Description com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of IpInventoryCollection in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return IpInventoryCollection Modifier and Type Method Description IpInventoryCollection
IpInventoryCollection.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type IpInventoryCollection Modifier and Type Method Description IpInventoryCollection.Builder
IpInventoryCollection.Builder. copy(IpInventoryCollection model)
-
Uses of IpInventoryCollection in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return IpInventoryCollection Modifier and Type Method Description IpInventoryCollection
GetResourceIpInventoryResponse. getIpInventoryCollection()
The returned IpInventoryCollection instance.IpInventoryCollection
ListIpInventoryResponse. getIpInventoryCollection()
The returned IpInventoryCollection instance.Methods in com.oracle.bmc.core.responses with parameters of type IpInventoryCollection Modifier and Type Method Description GetResourceIpInventoryResponse.Builder
GetResourceIpInventoryResponse.Builder. ipInventoryCollection(IpInventoryCollection ipInventoryCollection)
The returned IpInventoryCollection instance.ListIpInventoryResponse.Builder
ListIpInventoryResponse.Builder. ipInventoryCollection(IpInventoryCollection ipInventoryCollection)
The returned IpInventoryCollection instance.
-