Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.auth | |
com.amazonaws.handlers | |
com.amazonaws.http | |
com.amazonaws.retry | |
com.amazonaws.services.cognitoidentity |
|
com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity
|
com.amazonaws.services.securitytoken |
|
com.amazonaws.services.securitytoken.model |
Classes modeling the various types represented by AWSSecurityTokenService
|
Modifier and Type | Method and Description |
---|---|
<T extends AmazonWebServiceRequest> |
AmazonWebServiceRequest.withRequestMetricCollector(RequestMetricCollector metricCollector)
Deprecated.
metrics is deprecated
|
Modifier and Type | Method and Description |
---|---|
AmazonWebServiceRequest |
DefaultRequest.getOriginalRequest()
Returns the original, user facing request object which this internal
request object is representing.
|
AmazonWebServiceRequest |
Request.getOriginalRequest()
Returns the original, user facing request object which this internal
request object is representing.
|
Modifier and Type | Method and Description |
---|---|
protected ExecutionContext |
AmazonWebServiceClient.createExecutionContext(AmazonWebServiceRequest req) |
protected boolean |
AmazonWebServiceClient.isRequestMetricsEnabled(AmazonWebServiceRequest req)
Deprecated.
metrics is deprecated
|
Constructor and Description |
---|
DefaultRequest(AmazonWebServiceRequest originalRequest,
String serviceName)
Constructs a new DefaultRequest with the specified service name and the
original, user facing request object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AWSAbstractCognitoIdentityProvider.appendUserAgent(AmazonWebServiceRequest request,
String userAgent)
Append user agent string to the request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncHandler<REQUEST extends AmazonWebServiceRequest,RESULT>
Callback interface for notification on web service requests executed with the
asynchronous clients in the AWS SDK for Java.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
AmazonHttpClient.getResponseMetadataForRequest(AmazonWebServiceRequest request)
Deprecated.
ResponseMetadata cache can hold up to 50 requests and
responses in memory and will cause memory issue. This method
now always returns null.
|
Modifier and Type | Method and Description |
---|---|
long |
RetryPolicy.BackoffStrategy.delayBeforeNextRetry(AmazonWebServiceRequest originalRequest,
AmazonClientException exception,
int retriesAttempted)
Returns the delay (in milliseconds) before next retry attempt.
|
boolean |
RetryPolicy.RetryCondition.shouldRetry(AmazonWebServiceRequest originalRequest,
AmazonClientException exception,
int retriesAttempted)
Returns whether a failed request should be retried according to the
given request context.
|
boolean |
PredefinedRetryPolicies.SDKDefaultRetryCondition.shouldRetry(AmazonWebServiceRequest originalRequest,
AmazonClientException exception,
int retriesAttempted) |
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
AmazonCognitoIdentityClient.getCachedResponseMetadata(AmazonWebServiceRequest request)
Deprecated.
ResponseMetadata cache can hold up to 50 requests and
responses in memory and will cause memory issue. This method
now always returns null.
|
ResponseMetadata |
AmazonCognitoIdentity.getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request,
typically used for debugging issues where a service isn't acting as
expected.
|
Modifier and Type | Class and Description |
---|---|
class |
GetCredentialsForIdentityRequest
Returns credentials for the provided identity ID.
|
class |
GetIdRequest
Generates (or retrieves) a Cognito ID.
|
class |
GetOpenIdTokenRequest
Gets an OpenID token, using a known Cognito ID.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
AWSSecurityTokenServiceClient.getCachedResponseMetadata(AmazonWebServiceRequest request)
Deprecated.
ResponseMetadata cache can hold up to 50 requests and
responses in memory and will cause memory issue. This method
now always returns null.
|
ResponseMetadata |
AWSSecurityTokenService.getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request,
typically used for debugging issues where a service isn't acting as
expected.
|
Modifier and Type | Class and Description |
---|---|
class |
AssumeRoleRequest
Returns a set of temporary security credentials (consisting of an access key
ID, a secret access key, and a security token) that you can use to access AWS
resources that you might not normally have access to.
|
class |
AssumeRoleWithWebIdentityRequest
Returns a set of temporary security credentials for users who have been
authenticated in a mobile or web application with a web identity provider,
such as Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID
Connect-compatible identity provider.
|
class |
GetCallerIdentityRequest
Returns details about the IAM identity whose credentials are used to call the
API.
|
class |
GetFederationTokenRequest
Returns a set of temporary security credentials (consisting of an access key
ID, a secret access key, and a security token) for a federated user.
|
class |
GetSessionTokenRequest
Returns a set of temporary credentials for an AWS account or IAM user.
|
Copyright © 2016. All rights reserved.