Uses of Class
software.amazon.awssdk.services.mediastoredata.model.Item
-
Packages that use Item Package Description software.amazon.awssdk.services.mediastoredata.model -
-
Uses of Item in software.amazon.awssdk.services.mediastoredata.model
Methods in software.amazon.awssdk.services.mediastoredata.model that return types with arguments of type Item Modifier and Type Method Description List<Item>ListItemsResponse. items()The metadata entries for the folders and objects at the requested path.Methods in software.amazon.awssdk.services.mediastoredata.model with parameters of type Item Modifier and Type Method Description ListItemsResponse.BuilderListItemsResponse.Builder. items(Item... items)The metadata entries for the folders and objects at the requested path.Method parameters in software.amazon.awssdk.services.mediastoredata.model with type arguments of type Item Modifier and Type Method Description ListItemsResponse.BuilderListItemsResponse.Builder. items(Collection<Item> items)The metadata entries for the folders and objects at the requested path.
-