Package | Description |
---|---|
com.amazonaws |
The amazonaws package includes classes commonly used to support the AWS SDK for Android.
|
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 |
---|---|
protected <T extends AmazonWebServiceRequest> |
AmazonWebServiceRequest.copyBaseTo(T target)
Copies the internal state of this base class to that of the target
request.
|
<T extends AmazonWebServiceRequest> |
AmazonWebServiceRequest.withGeneralProgressListener(ProgressListener generalProgressListener)
Sets the optional progress listener for receiving updates about the progress of the request,
and returns a reference to this object so that method calls can be chained together.
|
<T extends AmazonWebServiceRequest> |
AmazonWebServiceRequest.withRequestMetricCollector(RequestMetricCollector metricCollector)
Deprecated.
metrics is deprecated
|
Modifier and Type | Method and Description |
---|---|
AmazonWebServiceRequest |
AmazonWebServiceRequest.clone()
Creates a shallow clone of this request.
|
AmazonWebServiceRequest |
AmazonWebServiceRequest.getCloneRoot() |
AmazonWebServiceRequest |
AmazonWebServiceRequest.getCloneSource() |
AmazonWebServiceRequest |
Request.getOriginalRequest()
Returns the original, user facing request object which this internal
request object is representing.
|
AmazonWebServiceRequest |
DefaultRequest.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 |
CreateIdentityPoolRequest
Creates a new identity pool.
|
class |
DeleteIdentitiesRequest
Deletes identities from an identity pool.
|
class |
DeleteIdentityPoolRequest
Deletes an identity pool.
|
class |
DescribeIdentityPoolRequest
Gets details about a particular identity pool, including the pool name, ID
description, creation date, and current number of users.
|
class |
DescribeIdentityRequest
Returns metadata related to the given identity, including when the identity
was created and any associated linked logins.
|
class |
GetCredentialsForIdentityRequest
Returns credentials for the provided identity ID.
|
class |
GetIdentityPoolRolesRequest
Gets the roles for an identity pool.
|
class |
GetIdRequest
Generates (or retrieves) a Cognito ID.
|
class |
GetOpenIdTokenForDeveloperIdentityRequest
Registers (or retrieves) a Cognito
IdentityId and an OpenID
Connect token for a user authenticated by your backend authentication
process. |
class |
GetOpenIdTokenRequest
Gets an OpenID token, using a known Cognito ID.
|
class |
ListIdentitiesRequest
Lists the identities in an identity pool.
|
class |
ListIdentityPoolsRequest
Lists all of the Cognito identity pools registered for your account.
|
class |
ListTagsForResourceRequest
Lists the tags that are assigned to an Amazon Cognito identity pool.
|
class |
LookupDeveloperIdentityRequest
Retrieves the
IdentityID associated with a
DeveloperUserIdentifier or the list of
DeveloperUserIdentifier values associated with an
IdentityId for an existing identity. |
class |
MergeDeveloperIdentitiesRequest
Merges two users having different
IdentityId s, existing in the
same identity pool, and identified by the same developer provider. |
class |
SetIdentityPoolRolesRequest
Sets the roles for an identity pool.
|
class |
TagResourceRequest
Assigns a set of tags to an Amazon Cognito identity pool.
|
class |
UnlinkDeveloperIdentityRequest
Unlinks a
DeveloperUserIdentifier from an existing identity. |
class |
UnlinkIdentityRequest
Unlinks a federated identity from an existing account.
|
class |
UntagResourceRequest
Removes the specified tags from an Amazon Cognito identity pool.
|
class |
UpdateIdentityPoolRequest
Updates an identity pool.
|
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 that you can use to access
AWS resources that you might not normally have access to.
|
class |
AssumeRoleWithSAMLRequest
Returns a set of temporary security credentials for users who have been
authenticated via a SAML authentication response.
|
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.
|
class |
DecodeAuthorizationMessageRequest
Decodes additional information about the authorization status of a request
from an encoded message returned in response to an AWS request.
|
class |
GetAccessKeyInfoRequest
Returns the account identifier for the specified access key ID.
|
class |
GetCallerIdentityRequest
Returns details about the IAM user or role whose credentials are used to call
the operation.
|
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 © 2020. All rights reserved.