| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
EngineType |
DomainInfo.engineType()
The type of search engine that the domain is running.
OpenSearch for an OpenSearch engine, or
Elasticsearch for a legacy Elasticsearch OSS engine. |
EngineType |
ListDomainNamesRequest.engineType()
Filters the output by domain engine type.
|
static EngineType |
EngineType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EngineType |
EngineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EngineType[] |
EngineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EngineType> |
EngineType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DomainInfo.Builder |
DomainInfo.Builder.engineType(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. |
ListDomainNamesRequest.Builder |
ListDomainNamesRequest.Builder.engineType(EngineType engineType)
Filters the output by domain engine type.
|
Copyright © 2022. All rights reserved.