Uses of Class
com.oracle.bmc.usageapi.model.Configuration
-
Packages that use Configuration Package Description com.oracle.bmc.usageapi.model -
-
Uses of Configuration in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return Configuration Modifier and Type Method Description Configuration
Configuration.Builder. build()
Methods in com.oracle.bmc.usageapi.model that return types with arguments of type Configuration Modifier and Type Method Description List<Configuration>
ConfigurationAggregation. getItems()
The list of available configurations.Methods in com.oracle.bmc.usageapi.model with parameters of type Configuration Modifier and Type Method Description Configuration.Builder
Configuration.Builder. copy(Configuration model)
Method parameters in com.oracle.bmc.usageapi.model with type arguments of type Configuration Modifier and Type Method Description ConfigurationAggregation.Builder
ConfigurationAggregation.Builder. items(List<Configuration> items)
The list of available configurations.Constructor parameters in com.oracle.bmc.usageapi.model with type arguments of type Configuration Constructor Description ConfigurationAggregation(List<Configuration> items)
Deprecated.
-