Uses of Class
software.amazon.awssdk.services.cloudsearch.model.DescribeIndexFieldsRequest
-
Packages that use DescribeIndexFieldsRequest Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service software.amazon.awssdk.services.cloudsearch.transform -
-
Uses of DescribeIndexFieldsRequest in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch with parameters of type DescribeIndexFieldsRequest Modifier and Type Method Description default CompletableFuture<DescribeIndexFieldsResponse>CloudSearchAsyncClient. describeIndexFields(DescribeIndexFieldsRequest describeIndexFieldsRequest)Gets information about the index fields configured for the search domain.default DescribeIndexFieldsResponseCloudSearchClient. describeIndexFields(DescribeIndexFieldsRequest describeIndexFieldsRequest)Gets information about the index fields configured for the search domain. -
Uses of DescribeIndexFieldsRequest in software.amazon.awssdk.services.cloudsearch.transform
Methods in software.amazon.awssdk.services.cloudsearch.transform with parameters of type DescribeIndexFieldsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeIndexFieldsRequestMarshaller. marshall(DescribeIndexFieldsRequest describeIndexFieldsRequest)
-