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