Uses of Class
com.oracle.bmc.blockchain.model.BlockchainPlatformPatchSummary
-
Packages that use BlockchainPlatformPatchSummary Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.model -
-
Uses of BlockchainPlatformPatchSummary in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return types with arguments of type BlockchainPlatformPatchSummary Modifier and Type Method Description Iterable<BlockchainPlatformPatchSummary>
BlockchainPlatformPaginators. listBlockchainPlatformPatchesRecordIterator(ListBlockchainPlatformPatchesRequest request)
Creates a new iterable which will iterate over theBlockchainPlatformPatchSummary
objects contained in responses from the listBlockchainPlatformPatches operation. -
Uses of BlockchainPlatformPatchSummary in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return BlockchainPlatformPatchSummary Modifier and Type Method Description BlockchainPlatformPatchSummary
BlockchainPlatformPatchSummary.Builder. build()
Methods in com.oracle.bmc.blockchain.model that return types with arguments of type BlockchainPlatformPatchSummary Modifier and Type Method Description List<BlockchainPlatformPatchSummary>
BlockchainPlatformPatchCollection. getItems()
Collection of PatchSummaryMethods in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatformPatchSummary Modifier and Type Method Description BlockchainPlatformPatchSummary.Builder
BlockchainPlatformPatchSummary.Builder. copy(BlockchainPlatformPatchSummary model)
Method parameters in com.oracle.bmc.blockchain.model with type arguments of type BlockchainPlatformPatchSummary Modifier and Type Method Description BlockchainPlatformPatchCollection.Builder
BlockchainPlatformPatchCollection.Builder. items(List<BlockchainPlatformPatchSummary> items)
Collection of PatchSummaryConstructor parameters in com.oracle.bmc.blockchain.model with type arguments of type BlockchainPlatformPatchSummary Constructor Description BlockchainPlatformPatchCollection(List<BlockchainPlatformPatchSummary> items)
Deprecated.
-