Uses of Class
com.oracle.bmc.blockchain.model.Osn
-
Packages that use Osn Package Description com.oracle.bmc.blockchain.model com.oracle.bmc.blockchain.responses -
-
Uses of Osn in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return Osn Modifier and Type Method Description Osn
Osn.Builder. build()
Methods in com.oracle.bmc.blockchain.model that return types with arguments of type Osn Modifier and Type Method Description List<Osn>
BlockchainPlatformComponentDetails. getOsns()
List of OSNsMethods in com.oracle.bmc.blockchain.model with parameters of type Osn Modifier and Type Method Description Osn.Builder
Osn.Builder. copy(Osn model)
Method parameters in com.oracle.bmc.blockchain.model with type arguments of type Osn Modifier and Type Method Description BlockchainPlatformComponentDetails.Builder
BlockchainPlatformComponentDetails.Builder. osns(List<Osn> osns)
List of OSNsConstructor parameters in com.oracle.bmc.blockchain.model with type arguments of type Osn Constructor Description BlockchainPlatformComponentDetails(List<Osn> osns, List<Peer> peers)
Deprecated. -
Uses of Osn in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return Osn Modifier and Type Method Description Osn
GetOsnResponse. getOsn()
The returned Osn instance.Methods in com.oracle.bmc.blockchain.responses with parameters of type Osn Modifier and Type Method Description GetOsnResponse.Builder
GetOsnResponse.Builder. osn(Osn osn)
The returned Osn instance.
-