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