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