Package | Description |
---|---|
com.amazonaws |
The amazonaws package includes classes commonly used to support the AWS SDK for Android.
|
com.amazonaws.auth | |
com.amazonaws.metrics |
Classes used to support the AWS SDK metrics API.
|
com.amazonaws.regions |
Modifier and Type | Method and Description |
---|---|
Regions |
AmazonWebServiceClient.getRegions()
Returns the region that the client is set to operate in.
|
Constructor and Description |
---|
AWSAbstractCognitoDeveloperIdentityProvider(String accountId,
String identityPoolId,
ClientConfiguration clientConfiguration,
Regions region)
Wraps around the AbstractIdentityProvider to cover some back end code
that is consistent across all providers, utilizing the CIB client to
handle the identity management.
|
AWSAbstractCognitoDeveloperIdentityProvider(String accountId,
String identityPoolId,
Regions region)
Wraps around the AbstractIdentityProvider to cover some back end code
that is consistent across all providers, utilizing the CIB client to
handle the identity management.
|
AWSAbstractCognitoIdentityProvider(String accountId,
String identityPoolId,
ClientConfiguration clientConfiguration,
Regions region)
Sets up an AWSAbstractCognitoIdentityProvider, which will serve as the
baseline for both Cognito and developer trusted identity providers.
|
AWSAbstractCognitoIdentityProvider(String accountId,
String identityPoolId,
Regions region)
Sets up an AWSAbstractCognitoIdentityProvider, which will serve as the
baseline for both Cognito and developer trusted identity providers.
|
CognitoCachingCredentialsProvider(android.content.Context context,
AWSCognitoIdentityProvider provider,
Regions region)
Constructs a new
CognitoCachingCredentialsProvider , which will
set up a link to the provider passed in using the enhanced authentication
flow to get short-lived credentials from Amazon Cognito, which can be
retrieved from CognitoCachingCredentialsProvider.getCredentials() |
CognitoCachingCredentialsProvider(android.content.Context context,
AWSCognitoIdentityProvider provider,
Regions region,
ClientConfiguration clientConfiguration)
Constructs a new
CognitoCachingCredentialsProvider , which will
set up a link to the provider passed in using the enhanced authentication
flow to get short-lived credentials from Amazon Cognito, which can be
retrieved from CognitoCachingCredentialsProvider.getCredentials() |
CognitoCachingCredentialsProvider(android.content.Context context,
String identityPoolId,
Regions region)
Constructs a new
CognitoCachingCredentialsProvider , which will
use the specified Amazon Cognito identity pool to make a request to
Cognito, using the enhanced flow, to get short lived session credentials,
which will then be returned by this class's CognitoCachingCredentialsProvider.getCredentials()
method. |
CognitoCachingCredentialsProvider(android.content.Context context,
String identityPoolId,
Regions region,
ClientConfiguration clientConfiguration)
Constructs a new
CognitoCachingCredentialsProvider , which will
use the specified Amazon Cognito identity pool to make a request to
Cognito, using the enhanced flow, to get short lived session credentials,
which will then be returned by this class's CognitoCachingCredentialsProvider.getCredentials()
method. |
CognitoCachingCredentialsProvider(android.content.Context context,
String accountId,
String identityPoolId,
String unauthRoleArn,
String authRoleArn,
Regions region)
Constructs a new
CognitoCachingCredentialsProvider , which will
use the specified Amazon Cognito identity pool to make a request, using
the basic authentication flow, to the AWS Security Token Service (STS) to
request short-lived session credentials, which will then be returned by
this class's CognitoCachingCredentialsProvider.getCredentials() method. |
CognitoCachingCredentialsProvider(android.content.Context context,
String accountId,
String identityPoolId,
String unauthRoleArn,
String authRoleArn,
Regions region,
ClientConfiguration clientConfiguration)
Constructs a new
CognitoCachingCredentialsProvider , which will
use the specified Amazon Cognito identity pool to make a request, using
the basic authentication flow, to the AWS Security Token Service (STS) to
request short-lived session credentials, which will then be returned by
this class's CognitoCachingCredentialsProvider.getCredentials() method. |
CognitoCredentialsProvider(AWSCognitoIdentityProvider provider,
Regions region)
Constructs a new CognitoCredentialsProvider, which will set up a link to
the provider passed in using the enhanced authentication flow to get
short-lived credentials from Amazon Cognito, which can be retrieved from
CognitoCredentialsProvider.getCredentials() |
CognitoCredentialsProvider(AWSCognitoIdentityProvider provider,
Regions region,
ClientConfiguration clientConfiguration)
Constructs a new CognitoCredentialsProvider, which will set up a link to
the provider passed in using the enhanced authentication flow to get
short-lived credentials from Amazon Cognito, which can be retrieved from
CognitoCredentialsProvider.getCredentials() |
CognitoCredentialsProvider(String identityPoolId,
Regions region)
Constructs a new
CognitoCredentialsProvider , which will use the
specified Amazon Cognito identity pool to make a request to Cognito,
using the enhanced flow, to get short lived session credentials, which
will then be returned by this class's CognitoCredentialsProvider.getCredentials() method. |
CognitoCredentialsProvider(String identityPoolId,
Regions region,
ClientConfiguration clientConfiguration)
Constructs a new
CognitoCredentialsProvider , which will use the
specified Amazon Cognito identity pool to make a request to Cognito,
using the enhanced flow, to get short lived session credentials, which
will then be returned by this class's CognitoCredentialsProvider.getCredentials() method. |
CognitoCredentialsProvider(String accountId,
String identityPoolId,
String unauthRoleArn,
String authRoleArn,
Regions region)
Constructs a new
CognitoCredentialsProvider , which will use the
specified Amazon Cognito identity pool to make a request, using the basic
authentication flow, to the AWS Security Token Service (STS) to request
short-lived session credentials, which will then be returned by this
class's CognitoCredentialsProvider.getCredentials() method. |
CognitoCredentialsProvider(String accountId,
String identityPoolId,
String unauthRoleArn,
String authRoleArn,
Regions region,
ClientConfiguration clientConfiguration)
Constructs a new
CognitoCredentialsProvider , which will use the
specified Amazon Cognito identity pool to make a request, using the basic
authentication flow, to the AWS Security Token Service (STS) to request
short-lived session credentials, which will then be returned by this
class's CognitoCredentialsProvider.getCredentials() method. |
Modifier and Type | Method and Description |
---|---|
static Regions |
AwsSdkMetrics.getRegion() |
Modifier and Type | Method and Description |
---|---|
static void |
AwsSdkMetrics.setRegion(Regions region)
Sets the region to be used for the default AWS SDK metric collector; or
null if the default is to be used.
|
Modifier and Type | Field and Description |
---|---|
static Regions |
Regions.DEFAULT_REGION
The default region that new customers in the US are encouraged to use
when using AWS services for the first time.
|
Modifier and Type | Method and Description |
---|---|
static Regions |
Regions.fromName(String regionName)
Returns a region enum corresponding to the given region name.
|
static Regions |
Regions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Regions[] |
Regions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Region |
Region.getRegion(Regions region) |
Copyright © 2019. All rights reserved.