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