Uses of Class
com.amazonaws.services.rds.model.Parameter
Packages that use Parameter
-
Uses of Parameter in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return ParameterModifier and TypeMethodDescriptionParameter.clone()
Parameter.withAllowedValues
(String allowedValues) Specifies the valid range of values for the parameter.Parameter.withApplyMethod
(ApplyMethod applyMethod) Indicates when to apply parameter updates.Parameter.withApplyMethod
(String applyMethod) Indicates when to apply parameter updates.Parameter.withApplyType
(String applyType) Specifies the engine specific parameters type.Parameter.withDataType
(String dataType) Specifies the valid data type for the parameter.Parameter.withDescription
(String description) Provides a description of the parameter.Parameter.withIsModifiable
(Boolean isModifiable) Indicates whether (true
) or not (false
) the parameter can be modified.Parameter.withMinimumEngineVersion
(String minimumEngineVersion) The earliest engine version to which the parameter can apply.Parameter.withParameterName
(String parameterName) Specifies the name of the parameter.Parameter.withParameterValue
(String parameterValue) Specifies the value of the parameter.Parameter.withSource
(String source) Indicates the source of the parameter value.Methods in com.amazonaws.services.rds.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionDescribeDBClusterParametersResult.getParameters()
Provides a list of parameters for the DB cluster parameter group.DescribeDBParametersResult.getParameters()
A list of Parameter values.EngineDefaults.getParameters()
Contains a list of engine default parameters.ModifyDBClusterParameterGroupRequest.getParameters()
A list of parameters in the DB cluster parameter group to modify.ModifyDBParameterGroupRequest.getParameters()
An array of parameter names, values, and the apply method for the parameter update.ResetDBClusterParameterGroupRequest.getParameters()
A list of parameter names in the DB cluster parameter group to reset to the default values.ResetDBParameterGroupRequest.getParameters()
An array of parameter names, values, and the apply method for the parameter update.Methods in com.amazonaws.services.rds.model with parameters of type ParameterModifier and TypeMethodDescriptionDescribeDBClusterParametersResult.withParameters
(Parameter... parameters) Provides a list of parameters for the DB cluster parameter group.DescribeDBParametersResult.withParameters
(Parameter... parameters) A list of Parameter values.EngineDefaults.withParameters
(Parameter... parameters) Contains a list of engine default parameters.ModifyDBClusterParameterGroupRequest.withParameters
(Parameter... parameters) A list of parameters in the DB cluster parameter group to modify.ModifyDBParameterGroupRequest.withParameters
(Parameter... parameters) An array of parameter names, values, and the apply method for the parameter update.ResetDBClusterParameterGroupRequest.withParameters
(Parameter... parameters) A list of parameter names in the DB cluster parameter group to reset to the default values.ResetDBParameterGroupRequest.withParameters
(Parameter... parameters) An array of parameter names, values, and the apply method for the parameter update.Method parameters in com.amazonaws.services.rds.model with type arguments of type ParameterModifier and TypeMethodDescriptionvoid
DescribeDBClusterParametersResult.setParameters
(Collection<Parameter> parameters) Provides a list of parameters for the DB cluster parameter group.void
DescribeDBParametersResult.setParameters
(Collection<Parameter> parameters) A list of Parameter values.void
EngineDefaults.setParameters
(Collection<Parameter> parameters) Contains a list of engine default parameters.void
ModifyDBClusterParameterGroupRequest.setParameters
(Collection<Parameter> parameters) A list of parameters in the DB cluster parameter group to modify.void
ModifyDBParameterGroupRequest.setParameters
(Collection<Parameter> parameters) An array of parameter names, values, and the apply method for the parameter update.void
ResetDBClusterParameterGroupRequest.setParameters
(Collection<Parameter> parameters) A list of parameter names in the DB cluster parameter group to reset to the default values.void
ResetDBParameterGroupRequest.setParameters
(Collection<Parameter> parameters) An array of parameter names, values, and the apply method for the parameter update.DescribeDBClusterParametersResult.withParameters
(Collection<Parameter> parameters) Provides a list of parameters for the DB cluster parameter group.DescribeDBParametersResult.withParameters
(Collection<Parameter> parameters) A list of Parameter values.EngineDefaults.withParameters
(Collection<Parameter> parameters) Contains a list of engine default parameters.ModifyDBClusterParameterGroupRequest.withParameters
(Collection<Parameter> parameters) A list of parameters in the DB cluster parameter group to modify.ModifyDBParameterGroupRequest.withParameters
(Collection<Parameter> parameters) An array of parameter names, values, and the apply method for the parameter update.ResetDBClusterParameterGroupRequest.withParameters
(Collection<Parameter> parameters) A list of parameter names in the DB cluster parameter group to reset to the default values.ResetDBParameterGroupRequest.withParameters
(Collection<Parameter> parameters) An array of parameter names, values, and the apply method for the parameter update.Constructor parameters in com.amazonaws.services.rds.model with type arguments of type ParameterModifierConstructorDescriptionModifyDBParameterGroupRequest
(String dBParameterGroupName, List<Parameter> parameters) Constructs a new ModifyDBParameterGroupRequest object.