| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastoredata |
An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service.
|
| software.amazon.awssdk.services.mediastoredata.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListItemsResponse> |
ListItemsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListItemsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListItemsResponse> subscriber) |
Copyright © 2023. All rights reserved.