Uses of Interface
software.amazon.awssdk.services.mobile.MobileBaseClientBuilder
-
Packages that use MobileBaseClientBuilder 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 MobileBaseClientBuilder in software.amazon.awssdk.services.mobile
Classes in software.amazon.awssdk.services.mobile with type parameters of type MobileBaseClientBuilder Modifier and Type Interface Description interfaceMobileBaseClientBuilder<B extends MobileBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Mobile that is supported by bothMobileClientBuilderandMobileAsyncClientBuilder.Subinterfaces of MobileBaseClientBuilder in software.amazon.awssdk.services.mobile Modifier and Type Interface Description interfaceMobileAsyncClientBuilderA builder for creating an instance ofMobileAsyncClient.interfaceMobileClientBuilderA builder for creating an instance ofMobileClient.
-