| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentity |
|
| 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 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 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 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 UpdateIdentityPoolResponse |
CognitoIdentityClient.updateIdentityPool(Consumer<UpdateIdentityPoolRequest.Builder> updateIdentityPoolRequest)
Updates an identity pool.
|
default UpdateIdentityPoolResponse |
CognitoIdentityClient.updateIdentityPool(UpdateIdentityPoolRequest updateIdentityPoolRequest)
Updates an identity pool.
|
Copyright © 2023. All rights reserved.