Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private ElasticsearchAction |
Action.elasticsearch
Write data to an Amazon Elasticsearch Service; domain.
|
Modifier and Type | Method and Description |
---|---|
ElasticsearchAction |
ElasticsearchAction.clone() |
ElasticsearchAction |
Action.getElasticsearch()
Write data to an Amazon Elasticsearch Service; domain.
|
ElasticsearchAction |
ElasticsearchAction.withEndpoint(java.lang.String endpoint)
The endpoint of your Elasticsearch domain.
|
ElasticsearchAction |
ElasticsearchAction.withId(java.lang.String id)
The unique identifier for the document you are storing.
|
ElasticsearchAction |
ElasticsearchAction.withIndex(java.lang.String index)
The Elasticsearch index where you want to store your data.
|
ElasticsearchAction |
ElasticsearchAction.withRoleArn(java.lang.String roleArn)
The IAM role ARN that has access to Elasticsearch.
|
ElasticsearchAction |
ElasticsearchAction.withType(java.lang.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 Elasticsearch Service; domain.
|
Action |
Action.withElasticsearch(ElasticsearchAction elasticsearch)
Write data to an Amazon Elasticsearch Service; domain.
|
Modifier and Type | Method and Description |
---|---|
ElasticsearchAction |
ElasticsearchActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchActionJsonMarshaller.marshall(ElasticsearchAction elasticsearchAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|