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