Package | Description |
---|---|
com.amazonaws |
The amazonaws package includes classes commonly used to support the AWS SDK for Android.
|
com.amazonaws.http | |
com.amazonaws.services.cognitoidentity |
|
com.amazonaws.services.securitytoken |
|
Constructor and Description |
---|
AmazonWebServiceClient(ClientConfiguration clientConfiguration,
HttpClient httpClient)
Constructs a new AmazonWebServiceClient object using the specified
configuration.
|
AmazonWebServiceClient(ClientConfiguration clientConfiguration,
HttpClient httpClient,
RequestMetricCollector requestMetricCollector)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheHttpClient
An implementation of
HttpClient backed by Apache HttpClient. |
class |
UrlHttpClient
An implementation of
HttpClient by HttpURLConnection . |
Constructor and Description |
---|
AmazonHttpClient(ClientConfiguration config,
HttpClient httpClient)
Constructs a new AWS client using the specified client configuration
options (ex: max retry attempts, proxy settings, etc), and request metric
collector.
|
AmazonHttpClient(ClientConfiguration config,
HttpClient httpClient,
RequestMetricCollector requestMetricCollector)
Deprecated.
|
Constructor and Description |
---|
AmazonCognitoIdentityClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
HttpClient httpClient)
Constructs a new client to invoke service methods on
AmazonCognitoIdentity using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AWSSecurityTokenServiceClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
HttpClient httpClient)
Constructs a new client to invoke service methods on
AWSSecurityTokenService using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Copyright © 2020. All rights reserved.