| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagevod.model | |
| software.amazon.awssdk.services.mediapackagevod.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AssetShallow> |
ListAssetsResponse.assets()
A list of MediaPackage VOD Asset resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetsResponse.Builder |
ListAssetsResponse.Builder.assets(AssetShallow... assets)
A list of MediaPackage VOD Asset resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetsResponse.Builder |
ListAssetsResponse.Builder.assets(Collection<AssetShallow> assets)
A list of MediaPackage VOD Asset resources.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssetShallow> |
ListAssetsPublisher.assets()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssetShallow> |
ListAssetsIterable.assets()
Returns an iterable to iterate through the paginated
ListAssetsResponse.assets() member. |
Copyright © 2023. All rights reserved.