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 ElasticsearchActionElasticsearchAction. clone()ElasticsearchActionAction. getElasticsearch()Write data to an Amazon Elasticsearch Service; domain.ElasticsearchActionElasticsearchAction. withEndpoint(String endpoint)The endpoint of your Elasticsearch domain.ElasticsearchActionElasticsearchAction. withId(String id)The unique identifier for the document you are storing.ElasticsearchActionElasticsearchAction. withIndex(String index)The Elasticsearch index where you want to store your data.ElasticsearchActionElasticsearchAction. withRoleArn(String roleArn)The IAM role ARN that has access to Elasticsearch.ElasticsearchActionElasticsearchAction. 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 voidAction. setElasticsearch(ElasticsearchAction elasticsearch)Write data to an Amazon Elasticsearch Service; domain.ActionAction. withElasticsearch(ElasticsearchAction elasticsearch)Write data to an Amazon Elasticsearch Service; domain.
-