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