| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastoredata |
An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service.
|
| Modifier and Type | Method and Description |
|---|---|
default ListItemsResponse |
MediaStoreDataClient.listItems(Consumer<ListItemsRequest.Builder> listItemsRequest)
Provides a list of metadata entries about folders and objects in the specified folder.
|
default ListItemsResponse |
MediaStoreDataClient.listItems(ListItemsRequest listItemsRequest)
Provides a list of metadata entries about folders and objects in the specified folder.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListItemsResponse> |
MediaStoreDataAsyncClient.listItems(Consumer<ListItemsRequest.Builder> listItemsRequest)
Provides a list of metadata entries about folders and objects in the specified folder.
|
default CompletableFuture<ListItemsResponse> |
MediaStoreDataAsyncClient.listItems(ListItemsRequest listItemsRequest)
Provides a list of metadata entries about folders and objects in the specified folder.
|
Copyright © 2018. All rights reserved.