Uses of Class
com.oracle.bmc.blockchain.responses.CreateOsnResponse
-
Packages that use CreateOsnResponse Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.responses -
-
Uses of CreateOsnResponse in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return CreateOsnResponse Modifier and Type Method Description CreateOsnResponse
BlockchainPlatform. createOsn(CreateOsnRequest request)
Create Blockchain Platform OsnCreateOsnResponse
BlockchainPlatformClient. createOsn(CreateOsnRequest request)
Methods in com.oracle.bmc.blockchain that return types with arguments of type CreateOsnResponse 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)
Method parameters in com.oracle.bmc.blockchain with type arguments of type CreateOsnResponse 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 CreateOsnResponse in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return CreateOsnResponse Modifier and Type Method Description CreateOsnResponse
CreateOsnResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.blockchain.responses with parameters of type CreateOsnResponse Modifier and Type Method Description CreateOsnResponse.Builder
CreateOsnResponse.Builder. copy(CreateOsnResponse o)
Copy method to populate the builder with values from the given instance.
-