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