Uses of Class
software.amazon.awssdk.services.mediapackagevod.model.ListPackagingGroupsResponse
-
Packages that use ListPackagingGroupsResponse Package Description software.amazon.awssdk.services.mediapackagevod AWS Elemental MediaPackage VODsoftware.amazon.awssdk.services.mediapackagevod.paginators -
-
Uses of ListPackagingGroupsResponse in software.amazon.awssdk.services.mediapackagevod
Methods in software.amazon.awssdk.services.mediapackagevod that return ListPackagingGroupsResponse Modifier and Type Method Description default ListPackagingGroupsResponseMediaPackageVodClient. listPackagingGroups(Consumer<ListPackagingGroupsRequest.Builder> listPackagingGroupsRequest)Returns a collection of MediaPackage VOD PackagingGroup resources.default ListPackagingGroupsResponseMediaPackageVodClient. listPackagingGroups(ListPackagingGroupsRequest listPackagingGroupsRequest)Returns a collection of MediaPackage VOD PackagingGroup resources.Methods in software.amazon.awssdk.services.mediapackagevod that return types with arguments of type ListPackagingGroupsResponse Modifier and Type Method Description default CompletableFuture<ListPackagingGroupsResponse>MediaPackageVodAsyncClient. listPackagingGroups(Consumer<ListPackagingGroupsRequest.Builder> listPackagingGroupsRequest)Returns a collection of MediaPackage VOD PackagingGroup resources.default CompletableFuture<ListPackagingGroupsResponse>MediaPackageVodAsyncClient. listPackagingGroups(ListPackagingGroupsRequest listPackagingGroupsRequest)Returns a collection of MediaPackage VOD PackagingGroup resources. -
Uses of ListPackagingGroupsResponse in software.amazon.awssdk.services.mediapackagevod.paginators
Methods in software.amazon.awssdk.services.mediapackagevod.paginators that return types with arguments of type ListPackagingGroupsResponse Modifier and Type Method Description Iterator<ListPackagingGroupsResponse>ListPackagingGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.mediapackagevod.paginators with type arguments of type ListPackagingGroupsResponse Modifier and Type Method Description voidListPackagingGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPackagingGroupsResponse> subscriber)
-