Uses of Class
com.amazonaws.services.cognitoidentity.model.CreateIdentityPoolResult
-
Packages that use CreateIdentityPoolResult Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of CreateIdentityPoolResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return CreateIdentityPoolResult Modifier and Type Method Description CreateIdentityPoolResult
AbstractAmazonCognitoIdentity. createIdentityPool(CreateIdentityPoolRequest request)
CreateIdentityPoolResult
AmazonCognitoIdentity. createIdentityPool(CreateIdentityPoolRequest createIdentityPoolRequest)
Creates a new identity pool.CreateIdentityPoolResult
AmazonCognitoIdentityClient. createIdentityPool(CreateIdentityPoolRequest createIdentityPoolRequest)
Creates a new identity pool.Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type CreateIdentityPoolResult Modifier and Type Method Description 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.Future<CreateIdentityPoolResult>
AmazonCognitoIdentityAsyncClient. createIdentityPoolAsync(CreateIdentityPoolRequest request, AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler)
-
Uses of CreateIdentityPoolResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return CreateIdentityPoolResult Modifier and Type Method 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(String... openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.CreateIdentityPoolResult
CreateIdentityPoolResult. withOpenIdConnectProviderARNs(Collection<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.
-