Uses of Class
software.amazon.awssdk.services.qapps.model.BatchCreateCategoryInputCategory
-
Packages that use BatchCreateCategoryInputCategory Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of BatchCreateCategoryInputCategory in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type BatchCreateCategoryInputCategory Modifier and Type Method Description List<BatchCreateCategoryInputCategory>BatchCreateCategoryRequest. categories()The list of category objects to be createdMethods in software.amazon.awssdk.services.qapps.model with parameters of type BatchCreateCategoryInputCategory Modifier and Type Method Description BatchCreateCategoryRequest.BuilderBatchCreateCategoryRequest.Builder. categories(BatchCreateCategoryInputCategory... categories)The list of category objects to be createdMethod parameters in software.amazon.awssdk.services.qapps.model with type arguments of type BatchCreateCategoryInputCategory Modifier and Type Method Description BatchCreateCategoryRequest.BuilderBatchCreateCategoryRequest.Builder. categories(Collection<BatchCreateCategoryInputCategory> categories)The list of category objects to be created
-