| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DomainInfo |
DomainInfo.clone() |
DomainInfo |
DomainInfo.withDomainName(String domainName)
Name of the domain.
|
DomainInfo |
DomainInfo.withEngineType(EngineType engineType)
The type of search engine that the domain is running.
OpenSearch for an OpenSearch engine, or
Elasticsearch for a legacy Elasticsearch OSS engine. |
DomainInfo |
DomainInfo.withEngineType(String engineType)
The type of search engine that the domain is running.
OpenSearch for an OpenSearch engine, or
Elasticsearch for a legacy Elasticsearch OSS engine. |
| Modifier and Type | Method and Description |
|---|---|
List<DomainInfo> |
ListDomainNamesResult.getDomainNames()
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
|
| Modifier and Type | Method and Description |
|---|---|
ListDomainNamesResult |
ListDomainNamesResult.withDomainNames(DomainInfo... domainNames)
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDomainNamesResult.setDomainNames(Collection<DomainInfo> domainNames)
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
|
ListDomainNamesResult |
ListDomainNamesResult.withDomainNames(Collection<DomainInfo> domainNames)
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
|
Copyright © 2023. All rights reserved.