Uses of Class
com.amazonaws.services.rds.model.Parameter

Packages that use Parameter
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of Parameter in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return Parameter
 Parameter Parameter.withAllowedValues(String allowedValues)
          Specifies the valid range of values for the parameter.
 Parameter Parameter.withApplyMethod(String applyMethod)
          Indicates when to apply parameter updates.
 Parameter Parameter.withApplyType(String applyType)
          Specifies the engine specific parameters type.
 Parameter Parameter.withDataType(String dataType)
          Specifies the valid data type for the parameter.
 Parameter Parameter.withDescription(String description)
          Provides a description of the parameter.
 Parameter Parameter.withIsModifiable(Boolean isModifiable)
          Indicates whether (true) or not (false) the parameter can be modified.
 Parameter Parameter.withParameterName(String parameterName)
          Specifies the name of the parameter.
 Parameter Parameter.withParameterValue(String parameterValue)
          Specifies the value of the parameter.
 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 Parameter
 List<Parameter> EngineDefaults.getParameters()
          Contains a list of engine default parameters.
 List<Parameter> ModifyDBParameterGroupRequest.getParameters()
          An array of parameter names, values, and the apply method for the parameter update.
 List<Parameter> DescribeDBParametersResult.getParameters()
          A list of Parameter instances.
 List<Parameter> 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 Parameter
 EngineDefaults EngineDefaults.withParameters(Parameter... parameters)
          Contains a list of engine default parameters.
 ModifyDBParameterGroupRequest ModifyDBParameterGroupRequest.withParameters(Parameter... parameters)
          An array of parameter names, values, and the apply method for the parameter update.
 DescribeDBParametersResult DescribeDBParametersResult.withParameters(Parameter... parameters)
          A list of Parameter instances.
 ResetDBParameterGroupRequest 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 Parameter
 void EngineDefaults.setParameters(Collection<Parameter> parameters)
          Contains a list of engine default parameters.
 void ModifyDBParameterGroupRequest.setParameters(Collection<Parameter> parameters)
          An array of parameter names, values, and the apply method for the parameter update.
 void DescribeDBParametersResult.setParameters(Collection<Parameter> parameters)
          A list of Parameter instances.
 void ResetDBParameterGroupRequest.setParameters(Collection<Parameter> parameters)
          An array of parameter names, values, and the apply method for the parameter update.
 EngineDefaults EngineDefaults.withParameters(Collection<Parameter> parameters)
          Contains a list of engine default parameters.
 ModifyDBParameterGroupRequest ModifyDBParameterGroupRequest.withParameters(Collection<Parameter> parameters)
          An array of parameter names, values, and the apply method for the parameter update.
 DescribeDBParametersResult DescribeDBParametersResult.withParameters(Collection<Parameter> parameters)
          A list of Parameter instances.
 ResetDBParameterGroupRequest ResetDBParameterGroupRequest.withParameters(Collection<Parameter> parameters)
          An array of parameter names, values, and the apply method for the parameter update.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.