Uses of Class
com.oracle.bmc.analytics.model.PrivateSourceScanHost
-
Packages that use PrivateSourceScanHost Package Description com.oracle.bmc.analytics.model -
-
Uses of PrivateSourceScanHost in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return PrivateSourceScanHost Modifier and Type Method Description PrivateSourceScanHostPrivateSourceScanHost.Builder. build()Methods in com.oracle.bmc.analytics.model that return types with arguments of type PrivateSourceScanHost Modifier and Type Method Description List<PrivateSourceScanHost>CreatePrivateAccessChannelDetails. getPrivateSourceScanHosts()List of private source database SCAN hosts registered with the private access channel for access from the Analytics instance.List<PrivateSourceScanHost>PrivateAccessChannel. getPrivateSourceScanHosts()List of private source database SCAN hosts registered with the private access channel for access from the Analytics instance.List<PrivateSourceScanHost>UpdatePrivateAccessChannelDetails. getPrivateSourceScanHosts()List of private source database SCAN hosts registered with the private access channel for access from the Analytics instance.Methods in com.oracle.bmc.analytics.model with parameters of type PrivateSourceScanHost Modifier and Type Method Description PrivateSourceScanHost.BuilderPrivateSourceScanHost.Builder. copy(PrivateSourceScanHost model)Method parameters in com.oracle.bmc.analytics.model with type arguments of type PrivateSourceScanHost Modifier and Type Method Description CreatePrivateAccessChannelDetails.BuilderCreatePrivateAccessChannelDetails.Builder. privateSourceScanHosts(List<PrivateSourceScanHost> privateSourceScanHosts)List of private source database SCAN hosts registered with the private access channel for access from the Analytics instance.PrivateAccessChannel.BuilderPrivateAccessChannel.Builder. privateSourceScanHosts(List<PrivateSourceScanHost> privateSourceScanHosts)List of private source database SCAN hosts registered with the private access channel for access from the Analytics instance.UpdatePrivateAccessChannelDetails.BuilderUpdatePrivateAccessChannelDetails.Builder. privateSourceScanHosts(List<PrivateSourceScanHost> privateSourceScanHosts)List of private source database SCAN hosts registered with the private access channel for access from the Analytics instance.
-