Uses of Class
com.oracle.bmc.core.model.CrossConnectLocation
-
Packages that use CrossConnectLocation Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of CrossConnectLocation in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type CrossConnectLocation Modifier and Type Method Description Iterable<CrossConnectLocation>
VirtualNetworkPaginators. listCrossConnectLocationsRecordIterator(ListCrossConnectLocationsRequest request)
Creates a new iterable which will iterate over theCrossConnectLocation
objects contained in responses from the listCrossConnectLocations operation. -
Uses of CrossConnectLocation in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return CrossConnectLocation Modifier and Type Method Description CrossConnectLocation
CrossConnectLocation.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type CrossConnectLocation Modifier and Type Method Description CrossConnectLocation.Builder
CrossConnectLocation.Builder. copy(CrossConnectLocation model)
-
Uses of CrossConnectLocation in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type CrossConnectLocation Modifier and Type Method Description List<CrossConnectLocation>
ListCrossConnectLocationsResponse. getItems()
A list of com.oracle.bmc.core.model.CrossConnectLocation instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type CrossConnectLocation Modifier and Type Method Description ListCrossConnectLocationsResponse.Builder
ListCrossConnectLocationsResponse.Builder. items(List<CrossConnectLocation> items)
A list of com.oracle.bmc.core.model.CrossConnectLocation instances.
-