Uses of Class
com.oracle.bmc.blockchain.requests.UpgradeBlockchainPlatformRequest
-
Packages that use UpgradeBlockchainPlatformRequest Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.requests -
-
Uses of UpgradeBlockchainPlatformRequest in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain with parameters of type UpgradeBlockchainPlatformRequest Modifier and Type Method Description UpgradeBlockchainPlatformResponse
BlockchainPlatform. upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request)
Upgrade a Blockchain Platform versionFuture<UpgradeBlockchainPlatformResponse>
BlockchainPlatformAsync. upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request, AsyncHandler<UpgradeBlockchainPlatformRequest,UpgradeBlockchainPlatformResponse> handler)
Upgrade a Blockchain Platform versionFuture<UpgradeBlockchainPlatformResponse>
BlockchainPlatformAsyncClient. upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request, AsyncHandler<UpgradeBlockchainPlatformRequest,UpgradeBlockchainPlatformResponse> handler)
UpgradeBlockchainPlatformResponse
BlockchainPlatformClient. upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request)
Method parameters in com.oracle.bmc.blockchain with type arguments of type UpgradeBlockchainPlatformRequest 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 UpgradeBlockchainPlatformRequest in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return UpgradeBlockchainPlatformRequest Modifier and Type Method Description UpgradeBlockchainPlatformRequest
UpgradeBlockchainPlatformRequest.Builder. build()
Build the instance of UpgradeBlockchainPlatformRequest as configured by this builderUpgradeBlockchainPlatformRequest
UpgradeBlockchainPlatformRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpgradeBlockchainPlatformRequest as configured by this builderMethods in com.oracle.bmc.blockchain.requests with parameters of type UpgradeBlockchainPlatformRequest Modifier and Type Method Description UpgradeBlockchainPlatformRequest.Builder
UpgradeBlockchainPlatformRequest.Builder. copy(UpgradeBlockchainPlatformRequest o)
Copy method to populate the builder with values from the given instance.
-