Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalClusterScanListenerConfiguration
-
Packages that use ExternalClusterScanListenerConfiguration Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalClusterScanListenerConfiguration in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalClusterScanListenerConfiguration Modifier and Type Method Description ExternalClusterScanListenerConfigurationExternalClusterScanListenerConfiguration.Builder. build()Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type ExternalClusterScanListenerConfiguration Modifier and Type Method Description List<ExternalClusterScanListenerConfiguration>DiscoveredExternalCluster. getScanConfigurations()The list of Single Client Access Name (SCAN) configurations of the external cluster.List<ExternalClusterScanListenerConfiguration>ExternalCluster. getScanConfigurations()The list of Single Client Access Name (SCAN) configurations of the external cluster.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalClusterScanListenerConfiguration Modifier and Type Method Description ExternalClusterScanListenerConfiguration.BuilderExternalClusterScanListenerConfiguration.Builder. copy(ExternalClusterScanListenerConfiguration model)Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ExternalClusterScanListenerConfiguration Modifier and Type Method Description DiscoveredExternalCluster.BuilderDiscoveredExternalCluster.Builder. scanConfigurations(List<ExternalClusterScanListenerConfiguration> scanConfigurations)The list of Single Client Access Name (SCAN) configurations of the external cluster.ExternalCluster.BuilderExternalCluster.Builder. scanConfigurations(List<ExternalClusterScanListenerConfiguration> scanConfigurations)The list of Single Client Access Name (SCAN) configurations of the external cluster.
-