Uses of Class
software.amazon.awssdk.services.opensearch.model.PackageType
-
Packages that use PackageType Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of PackageType in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.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()The type of package.PackageTypeDomainPackageDetails. packageType()The type of package.PackageTypePackageDetails. packageType()The type of package.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.opensearch.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.opensearch.model with parameters of type PackageType Modifier and Type Method Description CreatePackageRequest.BuilderCreatePackageRequest.Builder. packageType(PackageType packageType)The type of package.DomainPackageDetails.BuilderDomainPackageDetails.Builder. packageType(PackageType packageType)The type of package.PackageDetails.BuilderPackageDetails.Builder. packageType(PackageType packageType)The type of package.
-