Uses of Interface
software.amazon.awssdk.services.cloudsearch.model.IndexDocumentsRequest.Builder
-
Packages that use IndexDocumentsRequest.Builder Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service software.amazon.awssdk.services.cloudsearch.model -
-
Uses of IndexDocumentsRequest.Builder in software.amazon.awssdk.services.cloudsearch
Method parameters in software.amazon.awssdk.services.cloudsearch with type arguments of type IndexDocumentsRequest.Builder Modifier and Type Method Description default CompletableFuture<IndexDocumentsResponse>CloudSearchAsyncClient. indexDocuments(Consumer<IndexDocumentsRequest.Builder> indexDocumentsRequest)Tells the search domain to start indexing its documents using the latest indexing options.default IndexDocumentsResponseCloudSearchClient. indexDocuments(Consumer<IndexDocumentsRequest.Builder> indexDocumentsRequest)Tells the search domain to start indexing its documents using the latest indexing options. -
Uses of IndexDocumentsRequest.Builder in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return IndexDocumentsRequest.Builder Modifier and Type Method Description static IndexDocumentsRequest.BuilderIndexDocumentsRequest. builder()IndexDocumentsRequest.BuilderIndexDocumentsRequest.Builder. domainName(String domainName)Sets the value of the DomainName property for this object.IndexDocumentsRequest.BuilderIndexDocumentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)IndexDocumentsRequest.BuilderIndexDocumentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)IndexDocumentsRequest.BuilderIndexDocumentsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type IndexDocumentsRequest.Builder Modifier and Type Method Description static Class<? extends IndexDocumentsRequest.Builder>IndexDocumentsRequest. serializableBuilderClass()
-