Uses of Class
software.amazon.awssdk.services.workdocs.model.ContentCategoryType
-
Packages that use ContentCategoryType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of ContentCategoryType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return ContentCategoryType Modifier and Type Method Description static ContentCategoryTypeContentCategoryType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentCategoryTypeContentCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentCategoryType[]ContentCategoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type ContentCategoryType Modifier and Type Method Description List<ContentCategoryType>Filters. contentCategories()Filters by content category.static Set<ContentCategoryType>ContentCategoryType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type ContentCategoryType Modifier and Type Method Description Filters.BuilderFilters.Builder. contentCategories(ContentCategoryType... contentCategories)Filters by content category.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type ContentCategoryType Modifier and Type Method Description Filters.BuilderFilters.Builder. contentCategories(Collection<ContentCategoryType> contentCategories)Filters by content category.
-