Uses of Class
com.oracle.bmc.waas.model.EdgeSubnet
-
Packages that use EdgeSubnet Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.responses -
-
Uses of EdgeSubnet in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type EdgeSubnet Modifier and Type Method Description Iterable<EdgeSubnet>
WaasPaginators. listEdgeSubnetsRecordIterator(ListEdgeSubnetsRequest request)
Creates a new iterable which will iterate over theEdgeSubnet
objects contained in responses from the listEdgeSubnets operation. -
Uses of EdgeSubnet in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return EdgeSubnet Modifier and Type Method Description EdgeSubnet
EdgeSubnet.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type EdgeSubnet Modifier and Type Method Description EdgeSubnet.Builder
EdgeSubnet.Builder. copy(EdgeSubnet model)
-
Uses of EdgeSubnet in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type EdgeSubnet Modifier and Type Method Description List<EdgeSubnet>
ListEdgeSubnetsResponse. getItems()
A list of com.oracle.bmc.waas.model.EdgeSubnet instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type EdgeSubnet Modifier and Type Method Description ListEdgeSubnetsResponse.Builder
ListEdgeSubnetsResponse.Builder. items(List<EdgeSubnet> items)
A list of com.oracle.bmc.waas.model.EdgeSubnet instances.
-