Uses of Class
software.amazon.awssdk.services.cloudsearch.model.DefineIndexFieldResponse
-
Packages that use DefineIndexFieldResponse Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service -
-
Uses of DefineIndexFieldResponse in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch that return DefineIndexFieldResponse Modifier and Type Method Description default DefineIndexFieldResponseCloudSearchClient. defineIndexField(Consumer<DefineIndexFieldRequest.Builder> defineIndexFieldRequest)Configures anIndexFieldfor the search domain.default DefineIndexFieldResponseCloudSearchClient. defineIndexField(DefineIndexFieldRequest defineIndexFieldRequest)Configures anIndexFieldfor the search domain.Methods in software.amazon.awssdk.services.cloudsearch that return types with arguments of type DefineIndexFieldResponse Modifier and Type Method Description default CompletableFuture<DefineIndexFieldResponse>CloudSearchAsyncClient. defineIndexField(Consumer<DefineIndexFieldRequest.Builder> defineIndexFieldRequest)Configures anIndexFieldfor the search domain.default CompletableFuture<DefineIndexFieldResponse>CloudSearchAsyncClient. defineIndexField(DefineIndexFieldRequest defineIndexFieldRequest)Configures anIndexFieldfor the search domain.
-