Uses of Interface
software.amazon.awssdk.services.mobile.MobileServiceClientConfiguration.Builder
-
Packages that use MobileServiceClientConfiguration.Builder 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.internal -
-
Uses of MobileServiceClientConfiguration.Builder in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile that return MobileServiceClientConfiguration.Builder Modifier and Type Method Description MobileServiceClientConfiguration.BuilderMobileServiceClientConfiguration.Builder. authSchemeProvider(MobileAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic MobileServiceClientConfiguration.BuilderMobileServiceClientConfiguration. builder()MobileServiceClientConfiguration.BuilderMobileServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerMobileServiceClientConfiguration.BuilderMobileServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideMobileServiceClientConfiguration.BuilderMobileServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerMobileServiceClientConfiguration.BuilderMobileServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationMobileServiceClientConfiguration.BuilderMobileServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)MobileServiceClientConfiguration.BuilderMobileServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.mobile with parameters of type MobileServiceClientConfiguration.Builder Constructor Description MobileServiceClientConfiguration(MobileServiceClientConfiguration.Builder builder) -
Uses of MobileServiceClientConfiguration.Builder in software.amazon.awssdk.services.mobile.internal
Classes in software.amazon.awssdk.services.mobile.internal that implement MobileServiceClientConfiguration.Builder Modifier and Type Class Description classMobileServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.mobile.internal that return MobileServiceClientConfiguration.Builder Modifier and Type Method Description MobileServiceClientConfiguration.BuilderMobileServiceClientConfigurationBuilder. authSchemeProvider(MobileAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerMobileServiceClientConfiguration.BuilderMobileServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerMobileServiceClientConfiguration.BuilderMobileServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideMobileServiceClientConfiguration.BuilderMobileServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerMobileServiceClientConfiguration.BuilderMobileServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationMobileServiceClientConfiguration.BuilderMobileServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)MobileServiceClientConfiguration.BuilderMobileServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-