Uses of Class
software.amazon.awssdk.services.mediapackagevod.model.ListAssetsResponse
-
Packages that use ListAssetsResponse Package Description software.amazon.awssdk.services.mediapackagevod AWS Elemental MediaPackage VODsoftware.amazon.awssdk.services.mediapackagevod.paginators -
-
Uses of ListAssetsResponse in software.amazon.awssdk.services.mediapackagevod
Methods in software.amazon.awssdk.services.mediapackagevod that return ListAssetsResponse Modifier and Type Method Description default ListAssetsResponseMediaPackageVodClient. listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest)Returns a collection of MediaPackage VOD Asset resources.default ListAssetsResponseMediaPackageVodClient. listAssets(ListAssetsRequest listAssetsRequest)Returns a collection of MediaPackage VOD Asset resources.Methods in software.amazon.awssdk.services.mediapackagevod that return types with arguments of type ListAssetsResponse Modifier and Type Method Description default CompletableFuture<ListAssetsResponse>MediaPackageVodAsyncClient. listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest)Returns a collection of MediaPackage VOD Asset resources.default CompletableFuture<ListAssetsResponse>MediaPackageVodAsyncClient. listAssets(ListAssetsRequest listAssetsRequest)Returns a collection of MediaPackage VOD Asset resources. -
Uses of ListAssetsResponse in software.amazon.awssdk.services.mediapackagevod.paginators
Methods in software.amazon.awssdk.services.mediapackagevod.paginators that return types with arguments of type ListAssetsResponse Modifier and Type Method Description Iterator<ListAssetsResponse>ListAssetsIterable. iterator()Method parameters in software.amazon.awssdk.services.mediapackagevod.paginators with type arguments of type ListAssetsResponse Modifier and Type Method Description voidListAssetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssetsResponse> subscriber)
-