Uses of Class
software.amazon.awssdk.services.mobile.model.ListBundlesResponse
-
Packages that use ListBundlesResponse 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.software.amazon.awssdk.services.mobile.paginators -
-
Uses of ListBundlesResponse in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile that return ListBundlesResponse Modifier and Type Method Description default ListBundlesResponseMobileClient. listBundles()List all available bundles.default ListBundlesResponseMobileClient. listBundles(Consumer<ListBundlesRequest.Builder> listBundlesRequest)List all available bundles.default ListBundlesResponseMobileClient. listBundles(ListBundlesRequest listBundlesRequest)List all available bundles.Methods in software.amazon.awssdk.services.mobile that return types with arguments of type ListBundlesResponse Modifier and Type Method Description default CompletableFuture<ListBundlesResponse>MobileAsyncClient. listBundles()List all available bundles.default CompletableFuture<ListBundlesResponse>MobileAsyncClient. listBundles(Consumer<ListBundlesRequest.Builder> listBundlesRequest)List all available bundles.default CompletableFuture<ListBundlesResponse>MobileAsyncClient. listBundles(ListBundlesRequest listBundlesRequest)List all available bundles. -
Uses of ListBundlesResponse in software.amazon.awssdk.services.mobile.paginators
Methods in software.amazon.awssdk.services.mobile.paginators that return types with arguments of type ListBundlesResponse Modifier and Type Method Description Iterator<ListBundlesResponse>ListBundlesIterable. iterator()Method parameters in software.amazon.awssdk.services.mobile.paginators with type arguments of type ListBundlesResponse Modifier and Type Method Description voidListBundlesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBundlesResponse> subscriber)
-