Package | Description |
---|---|
com.amazonaws.services.cognitoidentity |
Synchronous and asynchronous client classes for accessing AmazonCognitoIdentity.
|
com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateIdentityPoolResult> |
AmazonCognitoIdentityAsyncClient.updateIdentityPoolAsync(UpdateIdentityPoolRequest updateIdentityPoolRequest,
AsyncHandler<UpdateIdentityPoolRequest,UpdateIdentityPoolResult> asyncHandler)
Updates a user pool.
|
Future<UpdateIdentityPoolResult> |
AmazonCognitoIdentityAsync.updateIdentityPoolAsync(UpdateIdentityPoolRequest updateIdentityPoolRequest,
AsyncHandler<UpdateIdentityPoolRequest,UpdateIdentityPoolResult> asyncHandler)
Updates a user pool.
|
Modifier and Type | Method and Description |
---|---|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.addSupportedLoginProvidersEntry(String key,
String value)
Optional key:value pairs mapping provider names to provider app IDs.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withIdentityPoolName(String identityPoolName)
A string that you provide.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
Copyright © 2014. All rights reserved.