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