Uses of Class
com.oracle.bmc.databasemanagement.model.AllowedParameterValue
-
Packages that use AllowedParameterValue Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AllowedParameterValue in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AllowedParameterValue Modifier and Type Method Description AllowedParameterValue
AllowedParameterValue.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type AllowedParameterValue Modifier and Type Method Description List<AllowedParameterValue>
DatabaseParameterSummary. getAllowedValues()
A list of allowed values for this parameter.Methods in com.oracle.bmc.databasemanagement.model with parameters of type AllowedParameterValue Modifier and Type Method Description AllowedParameterValue.Builder
AllowedParameterValue.Builder. copy(AllowedParameterValue model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type AllowedParameterValue Modifier and Type Method Description DatabaseParameterSummary.Builder
DatabaseParameterSummary.Builder. allowedValues(List<AllowedParameterValue> allowedValues)
A list of allowed values for this parameter.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type AllowedParameterValue Constructor Description DatabaseParameterSummary(String name, DatabaseParameterSummary.Type type, String value, String displayValue, BigDecimal number, Boolean isDefault, Boolean isSessionModifiable, DatabaseParameterSummary.IsSystemModifiable isSystemModifiable, Boolean isPdbModifiable, Boolean isInstanceModifiable, DatabaseParameterSummary.IsModified isModified, Boolean isAdjusted, Boolean isDeprecated, Boolean isBasic, String description, BigDecimal ordinal, String updateComment, BigDecimal containerId, String category, DatabaseParameterSummary.Constraint constraint, String sid, Boolean isSpecified, List<AllowedParameterValue> allowedValues)
Deprecated.
-