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