Uses of Class
com.amazonaws.services.iot.model.ElasticsearchAction
-
Packages that use ElasticsearchAction Package Description com.amazonaws.services.iot.model -
-
Uses of ElasticsearchAction in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return ElasticsearchAction Modifier and Type Method Description ElasticsearchAction
ElasticsearchAction. clone()
ElasticsearchAction
Action. getElasticsearch()
Write data to an Amazon Elasticsearch Service; domain.ElasticsearchAction
ElasticsearchAction. withEndpoint(String endpoint)
The endpoint of your Elasticsearch domain.ElasticsearchAction
ElasticsearchAction. withId(String id)
The unique identifier for the document you are storing.ElasticsearchAction
ElasticsearchAction. withIndex(String index)
The Elasticsearch index where you want to store your data.ElasticsearchAction
ElasticsearchAction. withRoleArn(String roleArn)
The IAM role ARN that has access to Elasticsearch.ElasticsearchAction
ElasticsearchAction. withType(String type)
The type of document you are storing.Methods in com.amazonaws.services.iot.model with parameters of type ElasticsearchAction Modifier and Type Method Description void
Action. setElasticsearch(ElasticsearchAction elasticsearch)
Write data to an Amazon Elasticsearch Service; domain.Action
Action. withElasticsearch(ElasticsearchAction elasticsearch)
Write data to an Amazon Elasticsearch Service; domain.
-