Uses of Class
software.amazon.awssdk.services.elasticsearch.model.PackageType
-
Packages that use PackageType Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of PackageType in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return PackageType Modifier and Type Method Description static PackageTypePackageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PackageTypeCreatePackageRequest. packageType()Type of package.PackageTypeDomainPackageDetails. packageType()Currently supports only TXT-DICTIONARY.PackageTypePackageDetails. packageType()Currently supports only TXT-DICTIONARY.static PackageTypePackageType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageType[]PackageType. 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 PackageType Modifier and Type Method Description static Set<PackageType>PackageType. knownValues()Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type PackageType Modifier and Type Method Description CreatePackageRequest.BuilderCreatePackageRequest.Builder. packageType(PackageType packageType)Type of package.DomainPackageDetails.BuilderDomainPackageDetails.Builder. packageType(PackageType packageType)Currently supports only TXT-DICTIONARY.PackageDetails.BuilderPackageDetails.Builder. packageType(PackageType packageType)Currently supports only TXT-DICTIONARY.
-