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

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

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

Methods in com.amazonaws.services.cloudsearch.model that return SourceDataFunction
static SourceDataFunction SourceDataFunction.fromValue(String value)
          Deprecated. Use this in place of valueOf.
static SourceDataFunction SourceDataFunction.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static SourceDataFunction[] SourceDataFunction.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws.services.cloudsearch.model with parameters of type SourceDataFunction
 void SourceAttribute.setSourceDataFunction(SourceDataFunction sourceDataFunction)
          Deprecated. Identifies the transformation to apply when copying data from a source attribute.
 SourceAttribute SourceAttribute.withSourceDataFunction(SourceDataFunction sourceDataFunction)
          Deprecated. Identifies the transformation to apply when copying data from a source attribute.
 



Copyright © 2016. All rights reserved.