Uses of Class
com.oracle.bmc.blockchain.model.BlockchainPlatformSummary
- 
Packages that use BlockchainPlatformSummary Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.model 
- 
- 
Uses of BlockchainPlatformSummary in com.oracle.bmc.blockchainMethods in com.oracle.bmc.blockchain that return types with arguments of type BlockchainPlatformSummary Modifier and Type Method Description Iterable<BlockchainPlatformSummary>BlockchainPlatformPaginators. listBlockchainPlatformsRecordIterator(ListBlockchainPlatformsRequest request)Creates a new iterable which will iterate over theBlockchainPlatformSummaryobjects contained in responses from the listBlockchainPlatforms operation.
- 
Uses of BlockchainPlatformSummary in com.oracle.bmc.blockchain.modelMethods in com.oracle.bmc.blockchain.model that return BlockchainPlatformSummary Modifier and Type Method Description BlockchainPlatformSummaryBlockchainPlatformSummary.Builder. build()Methods in com.oracle.bmc.blockchain.model that return types with arguments of type BlockchainPlatformSummary Modifier and Type Method Description List<BlockchainPlatformSummary>BlockchainPlatformCollection. getItems()Collection of BlockchainPlatformSummaryMethods in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatformSummary Modifier and Type Method Description BlockchainPlatformSummary.BuilderBlockchainPlatformSummary.Builder. copy(BlockchainPlatformSummary model)Method parameters in com.oracle.bmc.blockchain.model with type arguments of type BlockchainPlatformSummary Modifier and Type Method Description BlockchainPlatformCollection.BuilderBlockchainPlatformCollection.Builder. items(List<BlockchainPlatformSummary> items)Collection of BlockchainPlatformSummaryConstructor parameters in com.oracle.bmc.blockchain.model with type arguments of type BlockchainPlatformSummary Constructor Description BlockchainPlatformCollection(List<BlockchainPlatformSummary> items)Deprecated.
 
-