Uses of Class
com.oracle.bmc.multicloud.model.NetworkAnchorSummary
-
Packages that use NetworkAnchorSummary Package Description com.oracle.bmc.multicloud com.oracle.bmc.multicloud.model -
-
Uses of NetworkAnchorSummary in com.oracle.bmc.multicloud
Methods in com.oracle.bmc.multicloud that return types with arguments of type NetworkAnchorSummary Modifier and Type Method Description Iterable<NetworkAnchorSummary>OmhubNetworkAnchorPaginators. listNetworkAnchorsRecordIterator(ListNetworkAnchorsRequest request)Creates a new iterable which will iterate over theNetworkAnchorSummaryobjects contained in responses from the listNetworkAnchors operation. -
Uses of NetworkAnchorSummary in com.oracle.bmc.multicloud.model
Methods in com.oracle.bmc.multicloud.model that return NetworkAnchorSummary Modifier and Type Method Description NetworkAnchorSummaryNetworkAnchorSummary.Builder. build()Methods in com.oracle.bmc.multicloud.model that return types with arguments of type NetworkAnchorSummary Modifier and Type Method Description List<NetworkAnchorSummary>NetworkAnchorCollection. getItems()List of networkAnchors.Methods in com.oracle.bmc.multicloud.model with parameters of type NetworkAnchorSummary Modifier and Type Method Description NetworkAnchorSummary.BuilderNetworkAnchorSummary.Builder. copy(NetworkAnchorSummary model)Method parameters in com.oracle.bmc.multicloud.model with type arguments of type NetworkAnchorSummary Modifier and Type Method Description NetworkAnchorCollection.BuilderNetworkAnchorCollection.Builder. items(List<NetworkAnchorSummary> items)List of networkAnchors.Constructor parameters in com.oracle.bmc.multicloud.model with type arguments of type NetworkAnchorSummary Constructor Description NetworkAnchorCollection(List<NetworkAnchorSummary> items)Deprecated.
-