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