Uses of Class
com.oracle.bmc.blockchain.responses.DeleteBlockchainPlatformResponse
-
Packages that use DeleteBlockchainPlatformResponse Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.responses -
-
Uses of DeleteBlockchainPlatformResponse in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return DeleteBlockchainPlatformResponse Modifier and Type Method Description DeleteBlockchainPlatformResponse
BlockchainPlatform. deleteBlockchainPlatform(DeleteBlockchainPlatformRequest request)
Delete a particular of a Blockchain PlatformDeleteBlockchainPlatformResponse
BlockchainPlatformClient. deleteBlockchainPlatform(DeleteBlockchainPlatformRequest request)
Methods in com.oracle.bmc.blockchain that return types with arguments of type DeleteBlockchainPlatformResponse Modifier and Type Method Description Future<DeleteBlockchainPlatformResponse>
BlockchainPlatformAsync. deleteBlockchainPlatform(DeleteBlockchainPlatformRequest request, AsyncHandler<DeleteBlockchainPlatformRequest,DeleteBlockchainPlatformResponse> handler)
Delete a particular of a Blockchain PlatformFuture<DeleteBlockchainPlatformResponse>
BlockchainPlatformAsyncClient. deleteBlockchainPlatform(DeleteBlockchainPlatformRequest request, AsyncHandler<DeleteBlockchainPlatformRequest,DeleteBlockchainPlatformResponse> handler)
Method parameters in com.oracle.bmc.blockchain with type arguments of type DeleteBlockchainPlatformResponse Modifier and Type Method Description Future<DeleteBlockchainPlatformResponse>
BlockchainPlatformAsync. deleteBlockchainPlatform(DeleteBlockchainPlatformRequest request, AsyncHandler<DeleteBlockchainPlatformRequest,DeleteBlockchainPlatformResponse> handler)
Delete a particular of a Blockchain PlatformFuture<DeleteBlockchainPlatformResponse>
BlockchainPlatformAsyncClient. deleteBlockchainPlatform(DeleteBlockchainPlatformRequest request, AsyncHandler<DeleteBlockchainPlatformRequest,DeleteBlockchainPlatformResponse> handler)
-
Uses of DeleteBlockchainPlatformResponse in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return DeleteBlockchainPlatformResponse Modifier and Type Method Description DeleteBlockchainPlatformResponse
DeleteBlockchainPlatformResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.blockchain.responses with parameters of type DeleteBlockchainPlatformResponse Modifier and Type Method Description DeleteBlockchainPlatformResponse.Builder
DeleteBlockchainPlatformResponse.Builder. copy(DeleteBlockchainPlatformResponse o)
Copy method to populate the builder with values from the given instance.
-