Uses of Class
com.oracle.bmc.devops.model.ConnectionCollection
-
Packages that use ConnectionCollection Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of ConnectionCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ConnectionCollection Modifier and Type Method Description ConnectionCollection
ConnectionCollection.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type ConnectionCollection Modifier and Type Method Description ConnectionCollection.Builder
ConnectionCollection.Builder. copy(ConnectionCollection model)
-
Uses of ConnectionCollection in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ConnectionCollection Modifier and Type Method Description ConnectionCollection
ListConnectionsResponse. getConnectionCollection()
The returned ConnectionCollection instance.Methods in com.oracle.bmc.devops.responses with parameters of type ConnectionCollection Modifier and Type Method Description ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. connectionCollection(ConnectionCollection connectionCollection)
The returned ConnectionCollection instance.
-