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