Uses of Class
software.amazon.awssdk.services.elasticsearch.model.EngineType
-
Packages that use EngineType Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of EngineType in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return EngineType Modifier and Type Method Description EngineTypeDomainInfo. engineType()Specifies theEngineTypeof the domain.EngineTypeListDomainNamesRequest. engineType()Optional parameter to filter 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.elasticsearch.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.elasticsearch.model with parameters of type EngineType Modifier and Type Method Description DomainInfo.BuilderDomainInfo.Builder. engineType(EngineType engineType)Specifies theEngineTypeof the domain.ListDomainNamesRequest.BuilderListDomainNamesRequest.Builder. engineType(EngineType engineType)Optional parameter to filter the output by domain engine type.
-