Uses of Class
com.amazonaws.services.cloudsearchv2.model.DateOptions

Packages that use DateOptions
com.amazonaws.services.cloudsearchv2.model Classes modeling the various types represented by AmazonCloudSearchv2. 
 

Uses of DateOptions in com.amazonaws.services.cloudsearchv2.model
 

Methods in com.amazonaws.services.cloudsearchv2.model that return DateOptions
 DateOptions IndexField.getDateOptions()
          Options for a date field.
 DateOptions DateOptions.withDefaultValue(String defaultValue)
          A value to use for the field if the field isn't specified for a document.
 DateOptions DateOptions.withFacetEnabled(Boolean facetEnabled)
          Whether facet information can be returned for the field.
 DateOptions DateOptions.withReturnEnabled(Boolean returnEnabled)
          Whether the contents of the field can be returned in the search results.
 DateOptions DateOptions.withSearchEnabled(Boolean searchEnabled)
          Whether the contents of the field are searchable.
 DateOptions DateOptions.withSortEnabled(Boolean sortEnabled)
          Whether the field can be used to sort the search results.
 DateOptions DateOptions.withSourceField(String sourceField)
          A string that represents the name of an index field.
 

Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type DateOptions
 void IndexField.setDateOptions(DateOptions dateOptions)
          Options for a date field.
 IndexField IndexField.withDateOptions(DateOptions dateOptions)
          Options for a date field.
 



Copyright © 2016. All rights reserved.