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