Uses of Class
software.amazon.awssdk.services.mediapackagevod.model.AssetShallow
-
Packages that use AssetShallow Package Description software.amazon.awssdk.services.mediapackagevod.model software.amazon.awssdk.services.mediapackagevod.paginators -
-
Uses of AssetShallow in software.amazon.awssdk.services.mediapackagevod.model
Methods in software.amazon.awssdk.services.mediapackagevod.model that return types with arguments of type AssetShallow Modifier and Type Method Description List<AssetShallow>ListAssetsResponse. assets()A list of MediaPackage VOD Asset resources.Methods in software.amazon.awssdk.services.mediapackagevod.model with parameters of type AssetShallow Modifier and Type Method Description ListAssetsResponse.BuilderListAssetsResponse.Builder. assets(AssetShallow... assets)A list of MediaPackage VOD Asset resources.Method parameters in software.amazon.awssdk.services.mediapackagevod.model with type arguments of type AssetShallow Modifier and Type Method Description ListAssetsResponse.BuilderListAssetsResponse.Builder. assets(Collection<AssetShallow> assets)A list of MediaPackage VOD Asset resources. -
Uses of AssetShallow in software.amazon.awssdk.services.mediapackagevod.paginators
Methods in software.amazon.awssdk.services.mediapackagevod.paginators that return types with arguments of type AssetShallow Modifier and Type Method Description SdkIterable<AssetShallow>ListAssetsIterable. assets()Returns an iterable to iterate through the paginatedListAssetsResponse.assets()member.SdkPublisher<AssetShallow>ListAssetsPublisher. assets()Returns a publisher that can be used to get a stream of data.
-