Uses of Class
software.amazon.awssdk.services.mobile.model.ExportBundleResponse
-
Packages that use ExportBundleResponse 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 ExportBundleResponse in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile that return ExportBundleResponse Modifier and Type Method Description default ExportBundleResponseMobileClient. exportBundle(Consumer<ExportBundleRequest.Builder> exportBundleRequest)Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.default ExportBundleResponseMobileClient. exportBundle(ExportBundleRequest exportBundleRequest)Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.Methods in software.amazon.awssdk.services.mobile that return types with arguments of type ExportBundleResponse Modifier and Type Method Description default CompletableFuture<ExportBundleResponse>MobileAsyncClient. exportBundle(Consumer<ExportBundleRequest.Builder> exportBundleRequest)Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.default CompletableFuture<ExportBundleResponse>MobileAsyncClient. exportBundle(ExportBundleRequest exportBundleRequest)Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.
-