Uses of Class
software.amazon.awssdk.services.qapps.model.CategoryInput
-
Packages that use CategoryInput Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of CategoryInput in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type CategoryInput Modifier and Type Method Description List<CategoryInput>BatchUpdateCategoryRequest. categories()The list of categories to be updated with their new values.Methods in software.amazon.awssdk.services.qapps.model with parameters of type CategoryInput Modifier and Type Method Description BatchUpdateCategoryRequest.BuilderBatchUpdateCategoryRequest.Builder. categories(CategoryInput... categories)The list of categories to be updated with their new values.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type CategoryInput Modifier and Type Method Description BatchUpdateCategoryRequest.BuilderBatchUpdateCategoryRequest.Builder. categories(Collection<CategoryInput> categories)The list of categories to be updated with their new values.
-