Uses of Interface
software.amazon.awssdk.services.cloudsearch.model.IndexDocumentsResponse.Builder
-
Packages that use IndexDocumentsResponse.Builder Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of IndexDocumentsResponse.Builder in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return IndexDocumentsResponse.Builder Modifier and Type Method Description static IndexDocumentsResponse.BuilderIndexDocumentsResponse. builder()IndexDocumentsResponse.BuilderIndexDocumentsResponse.Builder. fieldNames(String... fieldNames)The names of the fields that are currently being indexed.IndexDocumentsResponse.BuilderIndexDocumentsResponse.Builder. fieldNames(Collection<String> fieldNames)The names of the fields that are currently being indexed.IndexDocumentsResponse.BuilderIndexDocumentsResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type IndexDocumentsResponse.Builder Modifier and Type Method Description static Class<? extends IndexDocumentsResponse.Builder>IndexDocumentsResponse. serializableBuilderClass()
-