Uses of Class
com.oracle.bmc.blockchain.responses.GetBlockchainPlatformResponse
-
Packages that use GetBlockchainPlatformResponse Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.responses -
-
Uses of GetBlockchainPlatformResponse in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return GetBlockchainPlatformResponse Modifier and Type Method Description GetBlockchainPlatformResponse
BlockchainPlatform. getBlockchainPlatform(GetBlockchainPlatformRequest request)
Gets information about a Blockchain Platform identified by the specific idGetBlockchainPlatformResponse
BlockchainPlatformClient. getBlockchainPlatform(GetBlockchainPlatformRequest request)
Method parameters in com.oracle.bmc.blockchain with type arguments of type GetBlockchainPlatformResponse Modifier and Type Method Description Future<GetBlockchainPlatformResponse>
BlockchainPlatformAsync. getBlockchainPlatform(GetBlockchainPlatformRequest request, AsyncHandler<GetBlockchainPlatformRequest,GetBlockchainPlatformResponse> handler)
Gets information about a Blockchain Platform identified by the specific idFuture<GetBlockchainPlatformResponse>
BlockchainPlatformAsyncClient. getBlockchainPlatform(GetBlockchainPlatformRequest request, AsyncHandler<GetBlockchainPlatformRequest,GetBlockchainPlatformResponse> handler)
-
Uses of GetBlockchainPlatformResponse in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return GetBlockchainPlatformResponse Modifier and Type Method Description GetBlockchainPlatformResponse
GetBlockchainPlatformResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.blockchain.responses with parameters of type GetBlockchainPlatformResponse Modifier and Type Method Description GetBlockchainPlatformResponse.Builder
GetBlockchainPlatformResponse.Builder. copy(GetBlockchainPlatformResponse o)
Copy method to populate the builder with values from the given instance.
-