Uses of Class
com.oracle.bmc.blockchain.requests.UpdatePeerRequest
-
Packages that use UpdatePeerRequest Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.requests -
-
Uses of UpdatePeerRequest in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain with parameters of type UpdatePeerRequest Modifier and Type Method Description UpdatePeerResponse
BlockchainPlatform. updatePeer(UpdatePeerRequest request)
Update Blockchain Platform PeerFuture<UpdatePeerResponse>
BlockchainPlatformAsync. updatePeer(UpdatePeerRequest request, AsyncHandler<UpdatePeerRequest,UpdatePeerResponse> handler)
Update Blockchain Platform PeerFuture<UpdatePeerResponse>
BlockchainPlatformAsyncClient. updatePeer(UpdatePeerRequest request, AsyncHandler<UpdatePeerRequest,UpdatePeerResponse> handler)
UpdatePeerResponse
BlockchainPlatformClient. updatePeer(UpdatePeerRequest request)
Method parameters in com.oracle.bmc.blockchain with type arguments of type UpdatePeerRequest Modifier and Type Method Description Future<UpdatePeerResponse>
BlockchainPlatformAsync. updatePeer(UpdatePeerRequest request, AsyncHandler<UpdatePeerRequest,UpdatePeerResponse> handler)
Update Blockchain Platform PeerFuture<UpdatePeerResponse>
BlockchainPlatformAsyncClient. updatePeer(UpdatePeerRequest request, AsyncHandler<UpdatePeerRequest,UpdatePeerResponse> handler)
-
Uses of UpdatePeerRequest in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return UpdatePeerRequest Modifier and Type Method Description UpdatePeerRequest
UpdatePeerRequest.Builder. build()
Build the instance of UpdatePeerRequest as configured by this builderUpdatePeerRequest
UpdatePeerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePeerRequest as configured by this builderMethods in com.oracle.bmc.blockchain.requests with parameters of type UpdatePeerRequest Modifier and Type Method Description UpdatePeerRequest.Builder
UpdatePeerRequest.Builder. copy(UpdatePeerRequest o)
Copy method to populate the builder with values from the given instance.
-