Uses of Class
software.amazon.awssdk.services.opensearch.model.RequirementLevel
-
Packages that use RequirementLevel Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of RequirementLevel in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return RequirementLevel Modifier and Type Method Description RequirementLevelPackageConfiguration. configurationRequirement()The configuration requirements for the package.static RequirementLevelRequirementLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RequirementLevelPackageConfiguration. licenseRequirement()The license requirements for the package.static RequirementLevelRequirementLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static RequirementLevel[]RequirementLevel. 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 RequirementLevel Modifier and Type Method Description static Set<RequirementLevel>RequirementLevel. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type RequirementLevel Modifier and Type Method Description PackageConfiguration.BuilderPackageConfiguration.Builder. configurationRequirement(RequirementLevel configurationRequirement)The configuration requirements for the package.PackageConfiguration.BuilderPackageConfiguration.Builder. licenseRequirement(RequirementLevel licenseRequirement)The license requirements for the package.
-