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