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