Uses of Class
com.oracle.bmc.blockchain.responses.UpgradeBlockchainPlatformResponse
-
Packages that use UpgradeBlockchainPlatformResponse Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.responses -
-
Uses of UpgradeBlockchainPlatformResponse in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return UpgradeBlockchainPlatformResponse Modifier and Type Method Description UpgradeBlockchainPlatformResponse
BlockchainPlatform. upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request)
Upgrade a Blockchain Platform versionUpgradeBlockchainPlatformResponse
BlockchainPlatformClient. upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request)
Methods in com.oracle.bmc.blockchain that return types with arguments of type UpgradeBlockchainPlatformResponse Modifier and Type Method Description Future<UpgradeBlockchainPlatformResponse>
BlockchainPlatformAsync. upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request, AsyncHandler<UpgradeBlockchainPlatformRequest,UpgradeBlockchainPlatformResponse> handler)
Upgrade a Blockchain Platform versionFuture<UpgradeBlockchainPlatformResponse>
BlockchainPlatformAsyncClient. upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request, AsyncHandler<UpgradeBlockchainPlatformRequest,UpgradeBlockchainPlatformResponse> handler)
Method parameters in com.oracle.bmc.blockchain with type arguments of type UpgradeBlockchainPlatformResponse Modifier and Type Method Description Future<UpgradeBlockchainPlatformResponse>
BlockchainPlatformAsync. upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request, AsyncHandler<UpgradeBlockchainPlatformRequest,UpgradeBlockchainPlatformResponse> handler)
Upgrade a Blockchain Platform versionFuture<UpgradeBlockchainPlatformResponse>
BlockchainPlatformAsyncClient. upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request, AsyncHandler<UpgradeBlockchainPlatformRequest,UpgradeBlockchainPlatformResponse> handler)
-
Uses of UpgradeBlockchainPlatformResponse in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return UpgradeBlockchainPlatformResponse Modifier and Type Method Description UpgradeBlockchainPlatformResponse
UpgradeBlockchainPlatformResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.blockchain.responses with parameters of type UpgradeBlockchainPlatformResponse Modifier and Type Method Description UpgradeBlockchainPlatformResponse.Builder
UpgradeBlockchainPlatformResponse.Builder. copy(UpgradeBlockchainPlatformResponse o)
Copy method to populate the builder with values from the given instance.
-