Uses of Class
com.oracle.bmc.blockchain.model.PeerSummary
-
Packages that use PeerSummary Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.model -
-
Uses of PeerSummary in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return types with arguments of type PeerSummary Modifier and Type Method Description Iterable<PeerSummary>
BlockchainPlatformPaginators. listPeersRecordIterator(ListPeersRequest request)
Creates a new iterable which will iterate over thePeerSummary
objects contained in responses from the listPeers operation. -
Uses of PeerSummary in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return PeerSummary Modifier and Type Method Description PeerSummary
PeerSummary.Builder. build()
Methods in com.oracle.bmc.blockchain.model that return types with arguments of type PeerSummary Modifier and Type Method Description List<PeerSummary>
PeerCollection. getItems()
Collection of PeerSummaryMethods in com.oracle.bmc.blockchain.model with parameters of type PeerSummary Modifier and Type Method Description PeerSummary.Builder
PeerSummary.Builder. copy(PeerSummary model)
Method parameters in com.oracle.bmc.blockchain.model with type arguments of type PeerSummary Modifier and Type Method Description PeerCollection.Builder
PeerCollection.Builder. items(List<PeerSummary> items)
Collection of PeerSummaryConstructor parameters in com.oracle.bmc.blockchain.model with type arguments of type PeerSummary Constructor Description PeerCollection(List<PeerSummary> items)
Deprecated.
-