Uses of Class
com.oracle.bmc.networkloadbalancer.model.BackendCollection
-
Packages that use BackendCollection Package Description com.oracle.bmc.networkloadbalancer.model com.oracle.bmc.networkloadbalancer.responses -
-
Uses of BackendCollection in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return BackendCollection Modifier and Type Method Description BackendCollection
BackendCollection.Builder. build()
Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type BackendCollection Modifier and Type Method Description BackendCollection.Builder
BackendCollection.Builder. copy(BackendCollection model)
-
Uses of BackendCollection in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return BackendCollection Modifier and Type Method Description BackendCollection
ListBackendsResponse. getBackendCollection()
The returned BackendCollection instance.Methods in com.oracle.bmc.networkloadbalancer.responses with parameters of type BackendCollection Modifier and Type Method Description ListBackendsResponse.Builder
ListBackendsResponse.Builder. backendCollection(BackendCollection backendCollection)
The returned BackendCollection instance.
-