| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
EngineType |
DomainInfo.engineType()
Specifies the
EngineType of the domain. |
EngineType |
ListDomainNamesRequest.engineType()
Optional parameter to filter 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)
Specifies the
EngineType of the domain. |
ListDomainNamesRequest.Builder |
ListDomainNamesRequest.Builder.engineType(EngineType engineType)
Optional parameter to filter the output by domain engine type.
|
Copyright © 2022. All rights reserved.