Uses of Class
com.oracle.bmc.networkloadbalancer.model.BackendSummary
-
Packages that use BackendSummary Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.model -
-
Uses of BackendSummary in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type BackendSummary Modifier and Type Method Description Iterable<BackendSummary>
NetworkLoadBalancerPaginators. listBackendsRecordIterator(ListBackendsRequest request)
Creates a new iterable which will iterate over theBackendSummary
objects contained in responses from the listBackends operation. -
Uses of BackendSummary in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return BackendSummary Modifier and Type Method Description BackendSummary
BackendSummary.Builder. build()
Methods in com.oracle.bmc.networkloadbalancer.model that return types with arguments of type BackendSummary Modifier and Type Method Description List<BackendSummary>
BackendCollection. getItems()
An array of BackendSummary objects.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type BackendSummary Modifier and Type Method Description BackendSummary.Builder
BackendSummary.Builder. copy(BackendSummary model)
Method parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type BackendSummary Modifier and Type Method Description BackendCollection.Builder
BackendCollection.Builder. items(List<BackendSummary> items)
An array of BackendSummary objects.Constructor parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type BackendSummary Constructor Description BackendCollection(List<BackendSummary> items)
Deprecated.
-