Uses of Class
com.oracle.bmc.networkloadbalancer.model.BackendSetDetails
-
Packages that use BackendSetDetails Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of BackendSetDetails in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return BackendSetDetails Modifier and Type Method Description BackendSetDetails
BackendSetDetails.Builder. build()
Methods in com.oracle.bmc.networkloadbalancer.model that return types with arguments of type BackendSetDetails Modifier and Type Method Description Map<String,BackendSetDetails>
CreateNetworkLoadBalancerDetails. getBackendSets()
Backend sets associated with the network load balancer.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type BackendSetDetails Modifier and Type Method Description BackendSetDetails.Builder
BackendSetDetails.Builder. copy(BackendSetDetails model)
Method parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type BackendSetDetails Modifier and Type Method Description CreateNetworkLoadBalancerDetails.Builder
CreateNetworkLoadBalancerDetails.Builder. backendSets(Map<String,BackendSetDetails> backendSets)
Backend sets associated with the network load balancer.
-