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

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

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

Methods in com.amazonaws.services.cloudsearchv2.model that return DateArrayOptions
 DateArrayOptions IndexField.getDateArrayOptions()
          Options for a field that contains an array of dates.
 DateArrayOptions DateArrayOptions.withDefaultValue(String defaultValue)
          A value to use for the field if the field isn't specified for a document.
 DateArrayOptions DateArrayOptions.withFacetEnabled(Boolean facetEnabled)
          Whether facet information can be returned for the field.
 DateArrayOptions DateArrayOptions.withReturnEnabled(Boolean returnEnabled)
          Whether the contents of the field can be returned in the search results.
 DateArrayOptions DateArrayOptions.withSearchEnabled(Boolean searchEnabled)
          Whether the contents of the field are searchable.
 DateArrayOptions DateArrayOptions.withSourceFields(String sourceFields)
          A list of source fields to map to the field.
 

Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type DateArrayOptions
 void IndexField.setDateArrayOptions(DateArrayOptions dateArrayOptions)
          Options for a field that contains an array of dates.
 IndexField IndexField.withDateArrayOptions(DateArrayOptions dateArrayOptions)
          Options for a field that contains an array of dates.
 



Copyright © 2016. All rights reserved.