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