Uses of Class
com.oracle.bmc.blockchain.model.PeerCollection
-
Packages that use PeerCollection Package Description com.oracle.bmc.blockchain.model com.oracle.bmc.blockchain.responses -
-
Uses of PeerCollection in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return PeerCollection Modifier and Type Method Description PeerCollection
PeerCollection.Builder. build()
Methods in com.oracle.bmc.blockchain.model with parameters of type PeerCollection Modifier and Type Method Description PeerCollection.Builder
PeerCollection.Builder. copy(PeerCollection model)
-
Uses of PeerCollection in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return PeerCollection Modifier and Type Method Description PeerCollection
ListPeersResponse. getPeerCollection()
The returned PeerCollection instance.Methods in com.oracle.bmc.blockchain.responses with parameters of type PeerCollection Modifier and Type Method Description ListPeersResponse.Builder
ListPeersResponse.Builder. peerCollection(PeerCollection peerCollection)
The returned PeerCollection instance.
-