Uses of Class
com.oracle.bmc.blockchain.requests.ChangeBlockchainPlatformCompartmentRequest
-
Packages that use ChangeBlockchainPlatformCompartmentRequest Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.requests -
-
Uses of ChangeBlockchainPlatformCompartmentRequest in com.oracle.bmc.blockchain
Method parameters in com.oracle.bmc.blockchain with type arguments of type ChangeBlockchainPlatformCompartmentRequest Modifier and Type Method Description Future<ChangeBlockchainPlatformCompartmentResponse>
BlockchainPlatformAsync. changeBlockchainPlatformCompartment(ChangeBlockchainPlatformCompartmentRequest request, AsyncHandler<ChangeBlockchainPlatformCompartmentRequest,ChangeBlockchainPlatformCompartmentResponse> handler)
Change Blockchain Platform CompartmentFuture<ChangeBlockchainPlatformCompartmentResponse>
BlockchainPlatformAsyncClient. changeBlockchainPlatformCompartment(ChangeBlockchainPlatformCompartmentRequest request, AsyncHandler<ChangeBlockchainPlatformCompartmentRequest,ChangeBlockchainPlatformCompartmentResponse> handler)
-
Uses of ChangeBlockchainPlatformCompartmentRequest in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return ChangeBlockchainPlatformCompartmentRequest Modifier and Type Method Description ChangeBlockchainPlatformCompartmentRequest
ChangeBlockchainPlatformCompartmentRequest.Builder. build()
Build the instance of ChangeBlockchainPlatformCompartmentRequest as configured by this builderChangeBlockchainPlatformCompartmentRequest
ChangeBlockchainPlatformCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeBlockchainPlatformCompartmentRequest as configured by this builderMethods in com.oracle.bmc.blockchain.requests with parameters of type ChangeBlockchainPlatformCompartmentRequest Modifier and Type Method Description ChangeBlockchainPlatformCompartmentRequest.Builder
ChangeBlockchainPlatformCompartmentRequest.Builder. copy(ChangeBlockchainPlatformCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-