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.blockchain
Methods 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 theBlockchainPlatformSummary
objects contained in responses from the listBlockchainPlatforms operation. -
Uses of BlockchainPlatformSummary in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return BlockchainPlatformSummary Modifier and Type Method Description BlockchainPlatformSummary
BlockchainPlatformSummary.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.Builder
BlockchainPlatformSummary.Builder. copy(BlockchainPlatformSummary model)
Method parameters in com.oracle.bmc.blockchain.model with type arguments of type BlockchainPlatformSummary Modifier and Type Method Description BlockchainPlatformCollection.Builder
BlockchainPlatformCollection.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.
-