Package | Description |
---|---|
com.amazonaws.services.cognitoidentity | |
com.amazonaws.services.cognitoidentity.model |
Modifier and Type | Method and Description |
---|---|
CreateIdentityPoolResult |
AbstractAmazonCognitoIdentity.createIdentityPool(CreateIdentityPoolRequest request) |
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 request,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler) |
Future<CreateIdentityPoolResult> |
AbstractAmazonCognitoIdentityAsync.createIdentityPoolAsync(CreateIdentityPoolRequest request,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler) |
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) |
CreateIdentityPoolResult |
CreateIdentityPoolResult.clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.clone() |
CreateIdentityPoolResult |
CreateIdentityPoolResult.withAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withCognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withCognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
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.withOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withOpenIdConnectProviderARNs(String... openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
Copyright © 2018. All rights reserved.