Uses of Class
software.amazon.awssdk.services.opensearch.model.EngineType
-
Packages that use EngineType Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of EngineType in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return EngineType Modifier and Type Method Description EngineTypeDomainInfo. engineType()The type of search engine that the domain is running.OpenSearchfor an OpenSearch engine, orElasticsearchfor a legacy Elasticsearch OSS engine.EngineTypeListDomainNamesRequest. engineType()Filters the output by domain engine type.static EngineTypeEngineType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EngineTypeEngineType. 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.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type EngineType Modifier and Type Method Description static Set<EngineType>EngineType. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type EngineType Modifier and Type Method Description DomainInfo.BuilderDomainInfo.Builder. engineType(EngineType engineType)The type of search engine that the domain is running.OpenSearchfor an OpenSearch engine, orElasticsearchfor a legacy Elasticsearch OSS engine.ListDomainNamesRequest.BuilderListDomainNamesRequest.Builder. engineType(EngineType engineType)Filters the output by domain engine type.
-