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 CreateIdentityPoolResultAbstractAmazonCognitoIdentity. createIdentityPool(CreateIdentityPoolRequest request)CreateIdentityPoolResultAmazonCognitoIdentity. createIdentityPool(CreateIdentityPoolRequest createIdentityPoolRequest)Creates a new identity pool.CreateIdentityPoolResultAmazonCognitoIdentityClient. 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 CreateIdentityPoolResultCreateIdentityPoolResult. addSupportedLoginProvidersEntry(String key, String value)CreateIdentityPoolResultCreateIdentityPoolResult. clearSupportedLoginProvidersEntries()Removes all the entries added into SupportedLoginProviders.CreateIdentityPoolResultCreateIdentityPoolResult. clone()CreateIdentityPoolResultCreateIdentityPoolResult. withAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)TRUE if the identity pool supports unauthenticated logins.CreateIdentityPoolResultCreateIdentityPoolResult. withCognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders)A list representing a Cognito User Identity Pool and its client ID.CreateIdentityPoolResultCreateIdentityPoolResult. withCognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders)A list representing a Cognito User Identity Pool and its client ID.CreateIdentityPoolResultCreateIdentityPoolResult. withDeveloperProviderName(String developerProviderName)The "domain" by which Cognito will refer to your users.CreateIdentityPoolResultCreateIdentityPoolResult. withIdentityPoolId(String identityPoolId)An identity pool ID in the format REGION:GUID.CreateIdentityPoolResultCreateIdentityPoolResult. withIdentityPoolName(String identityPoolName)A string that you provide.CreateIdentityPoolResultCreateIdentityPoolResult. withOpenIdConnectProviderARNs(String... openIdConnectProviderARNs)A list of OpendID Connect provider ARNs.CreateIdentityPoolResultCreateIdentityPoolResult. withOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)A list of OpendID Connect provider ARNs.CreateIdentityPoolResultCreateIdentityPoolResult. withSupportedLoginProviders(Map<String,String> supportedLoginProviders)Optional key:value pairs mapping provider names to provider app IDs.
-