| Package | Description |
|---|---|
| com.amazonaws.services.mediastoredata.model |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.clone() |
Item |
Item.withContentLength(Long contentLength)
The length of the item in bytes.
|
Item |
Item.withContentType(String contentType)
The content type of the item.
|
Item |
Item.withETag(String eTag)
The ETag that represents a unique instance of the item.
|
Item |
Item.withLastModified(Date lastModified)
The date and time that the item was last modified.
|
Item |
Item.withName(String name)
The name of the item.
|
Item |
Item.withType(ItemType type)
The item type (folder or object).
|
Item |
Item.withType(String type)
The item type (folder or object).
|
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
ListItemsResult.getItems()
The metadata entries for the folders and objects at the requested path.
|
| Modifier and Type | Method and Description |
|---|---|
ListItemsResult |
ListItemsResult.withItems(Item... items)
The metadata entries for the folders and objects at the requested path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListItemsResult.setItems(Collection<Item> items)
The metadata entries for the folders and objects at the requested path.
|
ListItemsResult |
ListItemsResult.withItems(Collection<Item> items)
The metadata entries for the folders and objects at the requested path.
|
Copyright © 2021. All rights reserved.