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