Package | Description |
---|---|
com.amazonaws |
The amazonaws package includes classes commonly used to support the AWS SDK for Android.
|
com.amazonaws.http | |
com.amazonaws.metrics |
Classes used to support the AWS SDK metrics API.
|
com.amazonaws.services.cognitoidentity |
|
com.amazonaws.services.securitytoken |
|
Modifier and Type | Method and Description |
---|---|
protected RequestMetricCollector |
AmazonWebServiceClient.findRequestMetricCollector(Request<?> req)
Deprecated.
metrics is deprecated
|
RequestMetricCollector |
AmazonWebServiceRequest.getRequestMetricCollector()
Deprecated.
metrics is deprecated
|
RequestMetricCollector |
AmazonWebServiceClient.getRequestMetricsCollector()
Deprecated.
metrics is deprecated
|
protected RequestMetricCollector |
AmazonWebServiceClient.requestMetricCollector()
Deprecated.
metrics is deprecated
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonWebServiceRequest.setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
Deprecated.
metrics is deprecated
|
<T extends AmazonWebServiceRequest> |
AmazonWebServiceRequest.withRequestMetricCollector(RequestMetricCollector metricCollector)
Deprecated.
metrics is deprecated
|
Constructor and Description |
---|
AmazonWebServiceClient(ClientConfiguration clientConfiguration,
HttpClient httpClient,
RequestMetricCollector requestMetricCollector)
Deprecated.
|
AmazonWebServiceClient(ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RequestMetricCollector |
AmazonHttpClient.getRequestMetricCollector() |
Constructor and Description |
---|
AmazonHttpClient(ClientConfiguration config,
HttpClient httpClient,
RequestMetricCollector requestMetricCollector)
Deprecated.
|
AmazonHttpClient(ClientConfiguration config,
RequestMetricCollector requestMetricCollector)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static RequestMetricCollector |
RequestMetricCollector.NONE
A convenient instance of a no-op request metric collector.
|
Modifier and Type | Method and Description |
---|---|
static <T extends RequestMetricCollector> |
AwsSdkMetrics.getRequestMetricCollector() |
Modifier and Type | Method and Description |
---|---|
RequestMetricCollector |
RequestMetricCollector.Factory.getRequestMetricCollector() |
abstract RequestMetricCollector |
MetricCollector.getRequestMetricCollector() |
Constructor and Description |
---|
AmazonCognitoIdentityClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Deprecated.
|
Constructor and Description |
---|
AWSSecurityTokenServiceClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Deprecated.
|
Copyright © 2019. All rights reserved.