@Deprecated
public class AWSMobileClient.InitializeBuilder
extends java.lang.Object
InitializeBuilder
accepts and retrieves
the optional parameters necessary for initializing the
AWSMobileClient
to work on.Constructor and Description |
---|
InitializeBuilder()
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
InitializeBuilder(android.content.Context context)
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
Modifier and Type | Method and Description |
---|---|
AWSMobileClient.InitializeBuilder |
awsConfiguration(AWSConfiguration awsConfiguration)
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
void |
execute()
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
AWSConfiguration |
getAwsConfiguration()
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
android.content.Context |
getContext()
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
AWSMobileClient.SignInProviderConfig[] |
getSignInProviderConfig()
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
AWSMobileClient.InitializeBuilder |
signInProviders(AWSMobileClient.SignInProviderConfig... providersConfig)
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
@Deprecated public InitializeBuilder()
@Deprecated public InitializeBuilder(android.content.Context context)
context
- The context object passed in@Deprecated public AWSMobileClient.InitializeBuilder awsConfiguration(AWSConfiguration awsConfiguration)
awsConfiguration
- The instance of awsconfiguration.json@Deprecated public AWSMobileClient.InitializeBuilder signInProviders(AWSMobileClient.SignInProviderConfig... providersConfig)
providersConfig
- The SignInProvider class with permissions@Deprecated public AWSConfiguration getAwsConfiguration()
@Deprecated public AWSMobileClient.SignInProviderConfig[] getSignInProviderConfig()
@Deprecated public android.content.Context getContext()
@Deprecated public void execute()
AWSMobileClient
with the parameters passed in.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.