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

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

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

Methods in com.amazonaws.services.cloudsearch.model that return SourceDataMap
 SourceDataMap SourceDataMap.addCasesEntry(String key, String value)
          Deprecated. A map that translates source field values to custom values.
 SourceDataMap SourceDataMap.clearCasesEntries()
          Deprecated. Removes all the entries added into Cases.
 SourceDataMap SourceAttribute.getSourceDataMap()
          Deprecated. Maps source document attribute values to new values when populating the IndexField.
 SourceDataMap SourceDataMap.withCases(Map<String,String> cases)
          Deprecated. A map that translates source field values to custom values.
 SourceDataMap SourceDataMap.withDefaultValue(String defaultValue)
          Deprecated. The default value to use if the source attribute is not specified in a document.
 SourceDataMap SourceDataMap.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 SourceDataMap
 void SourceAttribute.setSourceDataMap(SourceDataMap sourceDataMap)
          Deprecated. Maps source document attribute values to new values when populating the IndexField.
 SourceAttribute SourceAttribute.withSourceDataMap(SourceDataMap sourceDataMap)
          Deprecated. Maps source document attribute values to new values when populating the IndexField.
 



Copyright © 2016. All rights reserved.