Uses of Class
com.oracle.bmc.psql.model.ConfigurationCollection
-
Packages that use ConfigurationCollection Package Description com.oracle.bmc.psql.model com.oracle.bmc.psql.responses -
-
Uses of ConfigurationCollection in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return ConfigurationCollection Modifier and Type Method Description ConfigurationCollection
ConfigurationCollection.Builder. build()
Methods in com.oracle.bmc.psql.model with parameters of type ConfigurationCollection Modifier and Type Method Description ConfigurationCollection.Builder
ConfigurationCollection.Builder. copy(ConfigurationCollection model)
-
Uses of ConfigurationCollection in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return ConfigurationCollection Modifier and Type Method Description ConfigurationCollection
ListConfigurationsResponse. getConfigurationCollection()
The returned ConfigurationCollection instance.Methods in com.oracle.bmc.psql.responses with parameters of type ConfigurationCollection Modifier and Type Method Description ListConfigurationsResponse.Builder
ListConfigurationsResponse.Builder. configurationCollection(ConfigurationCollection configurationCollection)
The returned ConfigurationCollection instance.
-