Uses of Class
com.oracle.bmc.blockchain.requests.StopBlockchainPlatformRequest
-
Packages that use StopBlockchainPlatformRequest Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.requests -
-
Uses of StopBlockchainPlatformRequest in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain with parameters of type StopBlockchainPlatformRequest Modifier and Type Method Description StopBlockchainPlatformResponse
BlockchainPlatform. stopBlockchainPlatform(StopBlockchainPlatformRequest request)
Stop a Blockchain PlatformFuture<StopBlockchainPlatformResponse>
BlockchainPlatformAsync. stopBlockchainPlatform(StopBlockchainPlatformRequest request, AsyncHandler<StopBlockchainPlatformRequest,StopBlockchainPlatformResponse> handler)
Stop a Blockchain PlatformFuture<StopBlockchainPlatformResponse>
BlockchainPlatformAsyncClient. stopBlockchainPlatform(StopBlockchainPlatformRequest request, AsyncHandler<StopBlockchainPlatformRequest,StopBlockchainPlatformResponse> handler)
StopBlockchainPlatformResponse
BlockchainPlatformClient. stopBlockchainPlatform(StopBlockchainPlatformRequest request)
Method parameters in com.oracle.bmc.blockchain with type arguments of type StopBlockchainPlatformRequest 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 StopBlockchainPlatformRequest in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return StopBlockchainPlatformRequest Modifier and Type Method Description StopBlockchainPlatformRequest
StopBlockchainPlatformRequest.Builder. build()
Build the instance of StopBlockchainPlatformRequest as configured by this builderStopBlockchainPlatformRequest
StopBlockchainPlatformRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StopBlockchainPlatformRequest as configured by this builderMethods in com.oracle.bmc.blockchain.requests with parameters of type StopBlockchainPlatformRequest Modifier and Type Method Description StopBlockchainPlatformRequest.Builder
StopBlockchainPlatformRequest.Builder. copy(StopBlockchainPlatformRequest o)
Copy method to populate the builder with values from the given instance.
-