Uses of Interface
software.amazon.awssdk.services.mobile.MobileClient
-
Packages that use MobileClient 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 MobileClient in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile that return MobileClient Modifier and Type Method Description static MobileClientMobileClient. create()Create aMobileClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of MobileClient in software.amazon.awssdk.services.mobile.paginators
Constructors in software.amazon.awssdk.services.mobile.paginators with parameters of type MobileClient Constructor Description ListBundlesIterable(MobileClient client, ListBundlesRequest firstRequest)ListProjectsIterable(MobileClient client, ListProjectsRequest firstRequest)
-