Uses of Class
com.amazonaws.services.cloudsearch.model.SourceData

Packages that use SourceData
com.amazonaws.services.cloudsearch.model Classes modeling the various types represented by AmazonCloudSearch. 
 

Uses of SourceData in com.amazonaws.services.cloudsearch.model
 

Methods in com.amazonaws.services.cloudsearch.model that return SourceData
 SourceData SourceAttribute.getSourceDataCopy()
          Deprecated. Copies data from a source document attribute to an IndexField.
 SourceData SourceData.withDefaultValue(String defaultValue)
          Deprecated. The default value to use if the source attribute is not specified in a document.
 SourceData SourceData.withSourceName(String sourceName)
          Deprecated. The name of the document source field to add to this IndexField.
 

Methods in com.amazonaws.services.cloudsearch.model with parameters of type SourceData
 void SourceAttribute.setSourceDataCopy(SourceData sourceDataCopy)
          Deprecated. Copies data from a source document attribute to an IndexField.
 SourceAttribute SourceAttribute.withSourceDataCopy(SourceData sourceDataCopy)
          Deprecated. Copies data from a source document attribute to an IndexField.
 



Copyright © 2016. All rights reserved.