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 |
---|---|
CreateIdentityPoolResult |
AmazonCognitoIdentityClient.createIdentityPool(CreateIdentityPoolRequest createIdentityPoolRequest)
Creates a new identity pool.
|
CreateIdentityPoolResult |
AmazonCognitoIdentity.createIdentityPool(CreateIdentityPoolRequest createIdentityPoolRequest)
Creates a new identity pool.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsyncClient.createIdentityPoolAsync(CreateIdentityPoolRequest createIdentityPoolRequest)
Creates a new identity pool.
|
Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsync.createIdentityPoolAsync(CreateIdentityPoolRequest createIdentityPoolRequest)
Creates a new identity pool.
|
Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsyncClient.createIdentityPoolAsync(CreateIdentityPoolRequest createIdentityPoolRequest,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler)
Creates a new identity pool.
|
Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsync.createIdentityPoolAsync(CreateIdentityPoolRequest createIdentityPoolRequest,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler)
Creates a new identity pool.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsyncClient.createIdentityPoolAsync(CreateIdentityPoolRequest createIdentityPoolRequest,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler)
Creates a new identity pool.
|
Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsync.createIdentityPoolAsync(CreateIdentityPoolRequest createIdentityPoolRequest,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler)
Creates a new identity pool.
|
Modifier and Type | Method and Description |
---|---|
CreateIdentityPoolResult |
CreateIdentityPoolResult.addSupportedLoginProvidersEntry(String key,
String value)
Optional key:value pairs mapping provider names to provider app IDs.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withIdentityPoolName(String identityPoolName)
A string that you provide.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
Copyright © 2014. All rights reserved.