Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
ElasticsearchAction |
ElasticsearchAction.clone() |
ElasticsearchAction |
Action.getElasticsearch()
Write data to an Amazon OpenSearch Service domain.
|
ElasticsearchAction |
ElasticsearchAction.withEndpoint(String endpoint)
The endpoint of your OpenSearch domain.
|
ElasticsearchAction |
ElasticsearchAction.withId(String id)
The unique identifier for the document you are storing.
|
ElasticsearchAction |
ElasticsearchAction.withIndex(String index)
The index where you want to store your data.
|
ElasticsearchAction |
ElasticsearchAction.withRoleArn(String roleArn)
The IAM role ARN that has access to OpenSearch.
|
ElasticsearchAction |
ElasticsearchAction.withType(String type)
The type of document you are storing.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setElasticsearch(ElasticsearchAction elasticsearch)
Write data to an Amazon OpenSearch Service domain.
|
Action |
Action.withElasticsearch(ElasticsearchAction elasticsearch)
Write data to an Amazon OpenSearch Service domain.
|
Copyright © 2023. All rights reserved.