Uses of Class
com.algolia.search.models.settings.SetSettingsResponse
-
Packages that use SetSettingsResponse Package Description com.algolia.search com.algolia.search.models.settings -
-
Uses of SetSettingsResponse in com.algolia.search
Methods in com.algolia.search that return SetSettingsResponse Modifier and Type Method Description default SetSettingsResponseSearchIndexSettings. setSettings(IndexSettings settings)Set settings of this index, and do not forward to slavesdefault SetSettingsResponseSearchIndexSettings. setSettings(IndexSettings settings, RequestOptions requestOptions)Set settings of this index, and do not forward to slavesdefault SetSettingsResponseSearchIndexSettings. setSettings(IndexSettings settings, Boolean forwardToReplicas)Set settings of this index, and do not forward to replicasdefault SetSettingsResponseSearchIndexSettings. setSettings(IndexSettings settings, Boolean forwardToReplicas, RequestOptions requestOptions)Set settings of this index, and do not forward to replicasMethods in com.algolia.search that return types with arguments of type SetSettingsResponse Modifier and Type Method Description default CompletableFuture<SetSettingsResponse>SearchIndexSettings. setSettingsAsync(IndexSettings settings)Set settings of this index, and do not forward to replicasdefault CompletableFuture<SetSettingsResponse>SearchIndexSettings. setSettingsAsync(IndexSettings settings, RequestOptions requestOptions)Set settings of this index, and do not forward to slavesdefault CompletableFuture<SetSettingsResponse>SearchIndexSettings. setSettingsAsync(IndexSettings settings, Boolean forwardToReplicas)Set settings of this index, and do not forward to replicasdefault CompletableFuture<SetSettingsResponse>SearchIndexSettings. setSettingsAsync(IndexSettings settings, Boolean forwardToReplicas, RequestOptions requestOptions)Set settings of this index, and do not forward to replicas -
Uses of SetSettingsResponse in com.algolia.search.models.settings
Methods in com.algolia.search.models.settings that return SetSettingsResponse Modifier and Type Method Description SetSettingsResponseSetSettingsResponse. setUpdatedAt(ZonedDateTime updatedAt)
-