Uses of Class
com.oracle.bmc.blockchain.requests.DeleteBlockchainPlatformRequest
-
Packages that use DeleteBlockchainPlatformRequest Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.requests -
-
Uses of DeleteBlockchainPlatformRequest in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain with parameters of type DeleteBlockchainPlatformRequest Modifier and Type Method Description DeleteBlockchainPlatformResponse
BlockchainPlatform. deleteBlockchainPlatform(DeleteBlockchainPlatformRequest request)
Delete a particular of a Blockchain PlatformFuture<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)
DeleteBlockchainPlatformResponse
BlockchainPlatformClient. deleteBlockchainPlatform(DeleteBlockchainPlatformRequest request)
Method parameters in com.oracle.bmc.blockchain with type arguments of type DeleteBlockchainPlatformRequest 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 DeleteBlockchainPlatformRequest in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return DeleteBlockchainPlatformRequest Modifier and Type Method Description DeleteBlockchainPlatformRequest
DeleteBlockchainPlatformRequest.Builder. build()
Build the instance of DeleteBlockchainPlatformRequest as configured by this builderDeleteBlockchainPlatformRequest
DeleteBlockchainPlatformRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteBlockchainPlatformRequest as configured by this builderMethods in com.oracle.bmc.blockchain.requests with parameters of type DeleteBlockchainPlatformRequest Modifier and Type Method Description DeleteBlockchainPlatformRequest.Builder
DeleteBlockchainPlatformRequest.Builder. copy(DeleteBlockchainPlatformRequest o)
Copy method to populate the builder with values from the given instance.
-