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