Uses of Class
com.oracle.bmc.blockchain.model.CreateBlockchainPlatformDetails
-
Packages that use CreateBlockchainPlatformDetails Package Description com.oracle.bmc.blockchain.model com.oracle.bmc.blockchain.requests -
-
Uses of CreateBlockchainPlatformDetails in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return CreateBlockchainPlatformDetails Modifier and Type Method Description CreateBlockchainPlatformDetails
CreateBlockchainPlatformDetails.Builder. build()
Methods in com.oracle.bmc.blockchain.model with parameters of type CreateBlockchainPlatformDetails Modifier and Type Method Description CreateBlockchainPlatformDetails.Builder
CreateBlockchainPlatformDetails.Builder. copy(CreateBlockchainPlatformDetails model)
-
Uses of CreateBlockchainPlatformDetails in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return CreateBlockchainPlatformDetails Modifier and Type Method Description CreateBlockchainPlatformDetails
CreateBlockchainPlatformRequest. getBody$()
Alternative accessor for the body parameter.CreateBlockchainPlatformDetails
CreateBlockchainPlatformRequest. getCreateBlockchainPlatformDetails()
Details for the new service.Methods in com.oracle.bmc.blockchain.requests with parameters of type CreateBlockchainPlatformDetails Modifier and Type Method Description CreateBlockchainPlatformRequest.Builder
CreateBlockchainPlatformRequest.Builder. body$(CreateBlockchainPlatformDetails body)
Alternative setter for the body parameter.CreateBlockchainPlatformRequest.Builder
CreateBlockchainPlatformRequest.Builder. createBlockchainPlatformDetails(CreateBlockchainPlatformDetails createBlockchainPlatformDetails)
Details for the new service.
-