| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeIndexFieldsResponse |
CloudSearchClient.describeIndexFields(Consumer<DescribeIndexFieldsRequest.Builder> describeIndexFieldsRequest)
Gets information about the index fields configured for the search domain.
|
default DescribeIndexFieldsResponse |
CloudSearchClient.describeIndexFields(DescribeIndexFieldsRequest describeIndexFieldsRequest)
Gets information about the index fields configured for the search domain.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeIndexFieldsResponse> |
CloudSearchAsyncClient.describeIndexFields(Consumer<DescribeIndexFieldsRequest.Builder> describeIndexFieldsRequest)
Gets information about the index fields configured for the search domain.
|
default CompletableFuture<DescribeIndexFieldsResponse> |
CloudSearchAsyncClient.describeIndexFields(DescribeIndexFieldsRequest describeIndexFieldsRequest)
Gets information about the index fields configured for the search domain.
|
Copyright © 2022. All rights reserved.