Uses of Class
com.oracle.bmc.blockchain.requests.UpdateBlockchainPlatformRequest
-
Packages that use UpdateBlockchainPlatformRequest Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.requests -
-
Uses of UpdateBlockchainPlatformRequest in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain with parameters of type UpdateBlockchainPlatformRequest Modifier and Type Method Description UpdateBlockchainPlatformResponse
BlockchainPlatform. updateBlockchainPlatform(UpdateBlockchainPlatformRequest request)
Update a particular of a Blockchain PlatformFuture<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)
UpdateBlockchainPlatformResponse
BlockchainPlatformClient. updateBlockchainPlatform(UpdateBlockchainPlatformRequest request)
Method parameters in com.oracle.bmc.blockchain with type arguments of type UpdateBlockchainPlatformRequest 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 UpdateBlockchainPlatformRequest in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return UpdateBlockchainPlatformRequest Modifier and Type Method Description UpdateBlockchainPlatformRequest
UpdateBlockchainPlatformRequest.Builder. build()
Build the instance of UpdateBlockchainPlatformRequest as configured by this builderUpdateBlockchainPlatformRequest
UpdateBlockchainPlatformRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBlockchainPlatformRequest as configured by this builderMethods in com.oracle.bmc.blockchain.requests with parameters of type UpdateBlockchainPlatformRequest Modifier and Type Method Description UpdateBlockchainPlatformRequest.Builder
UpdateBlockchainPlatformRequest.Builder. copy(UpdateBlockchainPlatformRequest o)
Copy method to populate the builder with values from the given instance.
-