Uses of Class
com.oracle.bmc.blockchain.model.ModifyPeerDetails
-
Packages that use ModifyPeerDetails Package Description com.oracle.bmc.blockchain.model -
-
Uses of ModifyPeerDetails in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return ModifyPeerDetails Modifier and Type Method Description ModifyPeerDetails
ModifyPeerDetails.Builder. build()
Methods in com.oracle.bmc.blockchain.model that return types with arguments of type ModifyPeerDetails Modifier and Type Method Description List<ModifyPeerDetails>
ScaleBlockchainPlatformDetails. getModifyPeers()
modify ocpu allocation to existing PeersMethods in com.oracle.bmc.blockchain.model with parameters of type ModifyPeerDetails Modifier and Type Method Description ModifyPeerDetails.Builder
ModifyPeerDetails.Builder. copy(ModifyPeerDetails model)
Method parameters in com.oracle.bmc.blockchain.model with type arguments of type ModifyPeerDetails Modifier and Type Method Description ScaleBlockchainPlatformDetails.Builder
ScaleBlockchainPlatformDetails.Builder. modifyPeers(List<ModifyPeerDetails> modifyPeers)
modify ocpu allocation to existing Peers
-