Uses of Class
com.amazonaws.services.cognitoidentity.model.CreateIdentityPoolResult
Packages that use CreateIdentityPoolResult
Package
Description
-
Uses of CreateIdentityPoolResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return CreateIdentityPoolResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentity.createIdentityPool
(CreateIdentityPoolRequest request) AmazonCognitoIdentity.createIdentityPool
(CreateIdentityPoolRequest createIdentityPoolRequest) Creates a new identity pool.AmazonCognitoIdentityClient.createIdentityPool
(CreateIdentityPoolRequest createIdentityPoolRequest) Creates a new identity pool.Methods in com.amazonaws.services.cognitoidentity that return types with arguments of type CreateIdentityPoolResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.createIdentityPoolAsync
(CreateIdentityPoolRequest request) AbstractAmazonCognitoIdentityAsync.createIdentityPoolAsync
(CreateIdentityPoolRequest request, AsyncHandler<CreateIdentityPoolRequest, CreateIdentityPoolResult> asyncHandler) AmazonCognitoIdentityAsync.createIdentityPoolAsync
(CreateIdentityPoolRequest createIdentityPoolRequest) Creates a new identity pool.AmazonCognitoIdentityAsync.createIdentityPoolAsync
(CreateIdentityPoolRequest createIdentityPoolRequest, AsyncHandler<CreateIdentityPoolRequest, CreateIdentityPoolResult> asyncHandler) Creates a new identity pool.AmazonCognitoIdentityAsyncClient.createIdentityPoolAsync
(CreateIdentityPoolRequest request) AmazonCognitoIdentityAsyncClient.createIdentityPoolAsync
(CreateIdentityPoolRequest request, AsyncHandler<CreateIdentityPoolRequest, CreateIdentityPoolResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type CreateIdentityPoolResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.createIdentityPoolAsync
(CreateIdentityPoolRequest request, AsyncHandler<CreateIdentityPoolRequest, CreateIdentityPoolResult> asyncHandler) AmazonCognitoIdentityAsync.createIdentityPoolAsync
(CreateIdentityPoolRequest createIdentityPoolRequest, AsyncHandler<CreateIdentityPoolRequest, CreateIdentityPoolResult> asyncHandler) Creates a new identity pool.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 CreateIdentityPoolResultModifier and TypeMethodDescriptionCreateIdentityPoolResult.addSupportedLoginProvidersEntry
(String key, String value) CreateIdentityPoolResult.clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.CreateIdentityPoolResult.clone()
CreateIdentityPoolResult.withAllowUnauthenticatedIdentities
(Boolean allowUnauthenticatedIdentities) TRUE if the identity pool supports unauthenticated logins.CreateIdentityPoolResult.withCognitoIdentityProviders
(CognitoIdentityProvider... cognitoIdentityProviders) A list representing a Cognito User Identity Pool and its client ID.CreateIdentityPoolResult.withCognitoIdentityProviders
(Collection<CognitoIdentityProvider> cognitoIdentityProviders) A list representing a Cognito User Identity Pool and its client ID.CreateIdentityPoolResult.withDeveloperProviderName
(String developerProviderName) The "domain" by which Cognito will refer to your users.CreateIdentityPoolResult.withIdentityPoolId
(String identityPoolId) An identity pool ID in the format REGION:GUID.CreateIdentityPoolResult.withIdentityPoolName
(String identityPoolName) A string that you provide.CreateIdentityPoolResult.withOpenIdConnectProviderARNs
(String... openIdConnectProviderARNs) A list of OpendID Connect provider ARNs.CreateIdentityPoolResult.withOpenIdConnectProviderARNs
(Collection<String> openIdConnectProviderARNs) A list of OpendID Connect provider ARNs.CreateIdentityPoolResult.withSupportedLoginProviders
(Map<String, String> supportedLoginProviders) Optional key:value pairs mapping provider names to provider app IDs.