Class AwsElasticsearchFactory
- java.lang.Object
-
- com.amazonaws.athena.connectors.elasticsearch.AwsElasticsearchFactory
-
public class AwsElasticsearchFactory extends Object
This factory class provides an AWS ES Client.
-
-
Constructor Summary
Constructors Constructor Description AwsElasticsearchFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description software.amazon.awssdk.services.elasticsearch.ElasticsearchClient
getClient()
Gets a default AWS ES client.
-