Uses of Class
software.amazon.awssdk.services.mobile.paginators.ListBundlesIterable
-
Packages that use ListBundlesIterable Package Description software.amazon.awssdk.services.mobile AWS Mobile Service provides mobile app and website developers with capabilities required to configure AWS resources and bootstrap their developer desktop projects with the necessary SDKs, constants, tools and samples to make use of those resources. -
-
Uses of ListBundlesIterable in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile that return ListBundlesIterable Modifier and Type Method Description default ListBundlesIterableMobileClient. listBundlesPaginator()List all available bundles.default ListBundlesIterableMobileClient. listBundlesPaginator(Consumer<ListBundlesRequest.Builder> listBundlesRequest)List all available bundles.default ListBundlesIterableMobileClient. listBundlesPaginator(ListBundlesRequest listBundlesRequest)List all available bundles.
-