| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentity |
|
| software.amazon.awssdk.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateIdentityPoolResponse |
CognitoIdentityClient.createIdentityPool(Consumer<CreateIdentityPoolRequest.Builder> createIdentityPoolRequest)
Creates a new identity pool.
|
default CreateIdentityPoolResponse |
CognitoIdentityClient.createIdentityPool(CreateIdentityPoolRequest createIdentityPoolRequest)
Creates a new identity pool.
|
default DeleteIdentitiesResponse |
CognitoIdentityClient.deleteIdentities(Consumer<DeleteIdentitiesRequest.Builder> deleteIdentitiesRequest)
Deletes identities from an identity pool.
|
default DeleteIdentitiesResponse |
CognitoIdentityClient.deleteIdentities(DeleteIdentitiesRequest deleteIdentitiesRequest)
Deletes identities from an identity pool.
|
default DeleteIdentityPoolResponse |
CognitoIdentityClient.deleteIdentityPool(Consumer<DeleteIdentityPoolRequest.Builder> deleteIdentityPoolRequest)
Deletes an identity pool.
|
default DeleteIdentityPoolResponse |
CognitoIdentityClient.deleteIdentityPool(DeleteIdentityPoolRequest deleteIdentityPoolRequest)
Deletes an identity pool.
|
default DescribeIdentityResponse |
CognitoIdentityClient.describeIdentity(Consumer<DescribeIdentityRequest.Builder> describeIdentityRequest)
Returns metadata related to the given identity, including when the identity was created and any associated linked
logins.
|
default DescribeIdentityResponse |
CognitoIdentityClient.describeIdentity(DescribeIdentityRequest describeIdentityRequest)
Returns metadata related to the given identity, including when the identity was created and any associated linked
logins.
|
default DescribeIdentityPoolResponse |
CognitoIdentityClient.describeIdentityPool(Consumer<DescribeIdentityPoolRequest.Builder> describeIdentityPoolRequest)
Gets details about a particular identity pool, including the pool name, ID description, creation date, and
current number of users.
|
default DescribeIdentityPoolResponse |
CognitoIdentityClient.describeIdentityPool(DescribeIdentityPoolRequest describeIdentityPoolRequest)
Gets details about a particular identity pool, including the pool name, ID description, creation date, and
current number of users.
|
default GetCredentialsForIdentityResponse |
CognitoIdentityClient.getCredentialsForIdentity(Consumer<GetCredentialsForIdentityRequest.Builder> getCredentialsForIdentityRequest)
Returns credentials for the provided identity ID.
|
default GetCredentialsForIdentityResponse |
CognitoIdentityClient.getCredentialsForIdentity(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest)
Returns credentials for the provided identity ID.
|
default GetIdResponse |
CognitoIdentityClient.getId(Consumer<GetIdRequest.Builder> getIdRequest)
Generates (or retrieves) a Cognito ID.
|
default GetIdResponse |
CognitoIdentityClient.getId(GetIdRequest getIdRequest)
Generates (or retrieves) a Cognito ID.
|
default GetIdentityPoolRolesResponse |
CognitoIdentityClient.getIdentityPoolRoles(Consumer<GetIdentityPoolRolesRequest.Builder> getIdentityPoolRolesRequest)
Gets the roles for an identity pool.
|
default GetIdentityPoolRolesResponse |
CognitoIdentityClient.getIdentityPoolRoles(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest)
Gets the roles for an identity pool.
|
default GetOpenIdTokenResponse |
CognitoIdentityClient.getOpenIdToken(Consumer<GetOpenIdTokenRequest.Builder> getOpenIdTokenRequest)
Gets an OpenID token, using a known Cognito ID.
|
default GetOpenIdTokenResponse |
CognitoIdentityClient.getOpenIdToken(GetOpenIdTokenRequest getOpenIdTokenRequest)
Gets an OpenID token, using a known Cognito ID.
|
default GetOpenIdTokenForDeveloperIdentityResponse |
CognitoIdentityClient.getOpenIdTokenForDeveloperIdentity(Consumer<GetOpenIdTokenForDeveloperIdentityRequest.Builder> getOpenIdTokenForDeveloperIdentityRequest)
Registers (or retrieves) a Cognito
IdentityId and an OpenID Connect token for a user authenticated
by your backend authentication process. |
default GetOpenIdTokenForDeveloperIdentityResponse |
CognitoIdentityClient.getOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest getOpenIdTokenForDeveloperIdentityRequest)
Registers (or retrieves) a Cognito
IdentityId and an OpenID Connect token for a user authenticated
by your backend authentication process. |
default GetPrincipalTagAttributeMapResponse |
CognitoIdentityClient.getPrincipalTagAttributeMap(Consumer<GetPrincipalTagAttributeMapRequest.Builder> getPrincipalTagAttributeMapRequest)
Use
GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user
attributes. |
default GetPrincipalTagAttributeMapResponse |
CognitoIdentityClient.getPrincipalTagAttributeMap(GetPrincipalTagAttributeMapRequest getPrincipalTagAttributeMapRequest)
Use
GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user
attributes. |
default ListIdentitiesResponse |
CognitoIdentityClient.listIdentities(Consumer<ListIdentitiesRequest.Builder> listIdentitiesRequest)
Lists the identities in an identity pool.
|
default ListIdentitiesResponse |
CognitoIdentityClient.listIdentities(ListIdentitiesRequest listIdentitiesRequest)
Lists the identities in an identity pool.
|
default ListIdentityPoolsResponse |
CognitoIdentityClient.listIdentityPools(Consumer<ListIdentityPoolsRequest.Builder> listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
default ListIdentityPoolsResponse |
CognitoIdentityClient.listIdentityPools(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
default ListIdentityPoolsIterable |
CognitoIdentityClient.listIdentityPoolsPaginator(Consumer<ListIdentityPoolsRequest.Builder> listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
default ListIdentityPoolsIterable |
CognitoIdentityClient.listIdentityPoolsPaginator(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
default ListTagsForResourceResponse |
CognitoIdentityClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags that are assigned to an Amazon Cognito identity pool.
|
default ListTagsForResourceResponse |
CognitoIdentityClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that are assigned to an Amazon Cognito identity pool.
|
default LookupDeveloperIdentityResponse |
CognitoIdentityClient.lookupDeveloperIdentity(Consumer<LookupDeveloperIdentityRequest.Builder> lookupDeveloperIdentityRequest)
Retrieves the
IdentityID associated with a DeveloperUserIdentifier or the list of
DeveloperUserIdentifier values associated with an IdentityId for an existing identity. |
default LookupDeveloperIdentityResponse |
CognitoIdentityClient.lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)
Retrieves the
IdentityID associated with a DeveloperUserIdentifier or the list of
DeveloperUserIdentifier values associated with an IdentityId for an existing identity. |
default MergeDeveloperIdentitiesResponse |
CognitoIdentityClient.mergeDeveloperIdentities(Consumer<MergeDeveloperIdentitiesRequest.Builder> mergeDeveloperIdentitiesRequest)
Merges two users having different
IdentityIds, existing in the same identity pool, and identified by
the same developer provider. |
default MergeDeveloperIdentitiesResponse |
CognitoIdentityClient.mergeDeveloperIdentities(MergeDeveloperIdentitiesRequest mergeDeveloperIdentitiesRequest)
Merges two users having different
IdentityIds, existing in the same identity pool, and identified by
the same developer provider. |
default SetIdentityPoolRolesResponse |
CognitoIdentityClient.setIdentityPoolRoles(Consumer<SetIdentityPoolRolesRequest.Builder> setIdentityPoolRolesRequest)
Sets the roles for an identity pool.
|
default SetIdentityPoolRolesResponse |
CognitoIdentityClient.setIdentityPoolRoles(SetIdentityPoolRolesRequest setIdentityPoolRolesRequest)
Sets the roles for an identity pool.
|
default SetPrincipalTagAttributeMapResponse |
CognitoIdentityClient.setPrincipalTagAttributeMap(Consumer<SetPrincipalTagAttributeMapRequest.Builder> setPrincipalTagAttributeMapRequest)
You can use this operation to use default (username and clientID) attribute or custom attribute mappings.
|
default SetPrincipalTagAttributeMapResponse |
CognitoIdentityClient.setPrincipalTagAttributeMap(SetPrincipalTagAttributeMapRequest setPrincipalTagAttributeMapRequest)
You can use this operation to use default (username and clientID) attribute or custom attribute mappings.
|
default TagResourceResponse |
CognitoIdentityClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns a set of tags to the specified Amazon Cognito identity pool.
|
default TagResourceResponse |
CognitoIdentityClient.tagResource(TagResourceRequest tagResourceRequest)
Assigns a set of tags to the specified Amazon Cognito identity pool.
|
default UnlinkDeveloperIdentityResponse |
CognitoIdentityClient.unlinkDeveloperIdentity(Consumer<UnlinkDeveloperIdentityRequest.Builder> unlinkDeveloperIdentityRequest)
Unlinks a
DeveloperUserIdentifier from an existing identity. |
default UnlinkDeveloperIdentityResponse |
CognitoIdentityClient.unlinkDeveloperIdentity(UnlinkDeveloperIdentityRequest unlinkDeveloperIdentityRequest)
Unlinks a
DeveloperUserIdentifier from an existing identity. |
default UnlinkIdentityResponse |
CognitoIdentityClient.unlinkIdentity(Consumer<UnlinkIdentityRequest.Builder> unlinkIdentityRequest)
Unlinks a federated identity from an existing account.
|
default UnlinkIdentityResponse |
CognitoIdentityClient.unlinkIdentity(UnlinkIdentityRequest unlinkIdentityRequest)
Unlinks a federated identity from an existing account.
|
default UntagResourceResponse |
CognitoIdentityClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the specified tags from the specified Amazon Cognito identity pool.
|
default UntagResourceResponse |
CognitoIdentityClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the specified Amazon Cognito identity pool.
|
default UpdateIdentityPoolResponse |
CognitoIdentityClient.updateIdentityPool(Consumer<UpdateIdentityPoolRequest.Builder> updateIdentityPoolRequest)
Updates an identity pool.
|
default UpdateIdentityPoolResponse |
CognitoIdentityClient.updateIdentityPool(UpdateIdentityPoolRequest updateIdentityPoolRequest)
Updates an identity pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentModificationException
Thrown if there are parallel requests to modify a resource.
|
class |
DeveloperUserAlreadyRegisteredException
The provided developer user identifier is already registered with Cognito under a different identity ID.
|
class |
ExternalServiceException
An exception thrown when a dependent service such as Facebook or Twitter is not responding
|
class |
InternalErrorException
Thrown when the service encounters an error during processing the request.
|
class |
InvalidIdentityPoolConfigurationException
Thrown if the identity pool has no role associated for the given auth type (auth/unauth) or if the AssumeRole fails.
|
class |
InvalidParameterException
Thrown for missing or bad input parameter(s).
|
class |
LimitExceededException
Thrown when the total number of user pools has exceeded a preset limit.
|
class |
NotAuthorizedException
Thrown when a user is not authorized to access the requested resource.
|
class |
ResourceConflictException
Thrown when a user tries to use a login which is already linked to another account.
|
class |
ResourceNotFoundException
Thrown when the requested resource (for example, a dataset or record) does not exist.
|
class |
TooManyRequestsException
Thrown when a request is throttled.
|
| Modifier and Type | Method and Description |
|---|---|
CognitoIdentityException |
CognitoIdentityException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(CognitoIdentityException ex) |
Copyright © 2023. All rights reserved.