| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity |
|
| com.amazonaws.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIdentityPoolResult> |
AbstractAmazonCognitoIdentityAsync.updateIdentityPoolAsync(UpdateIdentityPoolRequest request,
AsyncHandler<UpdateIdentityPoolRequest,UpdateIdentityPoolResult> asyncHandler) |
Future<UpdateIdentityPoolResult> |
AmazonCognitoIdentityAsync.updateIdentityPoolAsync(UpdateIdentityPoolRequest updateIdentityPoolRequest,
AsyncHandler<UpdateIdentityPoolRequest,UpdateIdentityPoolResult> asyncHandler)
Updates an identity pool.
|
Future<UpdateIdentityPoolResult> |
AmazonCognitoIdentityAsyncClient.updateIdentityPoolAsync(UpdateIdentityPoolRequest request,
AsyncHandler<UpdateIdentityPoolRequest,UpdateIdentityPoolResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.addIdentityPoolTagsEntry(String key,
String value)
Add a single IdentityPoolTags entry
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.addSupportedLoginProvidersEntry(String key,
String value)
Add a single SupportedLoginProviders entry
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.clearIdentityPoolTagsEntries()
Removes all the entries added into IdentityPoolTags.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.clone() |
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withAllowClassicFlow(Boolean allowClassicFlow)
Enables or disables the Basic (Classic) authentication flow.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withCognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders)
A list representing an Amazon Cognito user pool and its client ID.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withCognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing an Amazon Cognito user pool and its client ID.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withIdentityPoolName(String identityPoolName)
A string that you provide.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withIdentityPoolTags(Map<String,String> identityPoolTags)
The tags that are assigned to the identity pool.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
The ARNs of the OpenID Connect providers.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withOpenIdConnectProviderARNs(String... openIdConnectProviderARNs)
The ARNs of the OpenID Connect providers.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withSamlProviderARNs(Collection<String> samlProviderARNs)
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withSamlProviderARNs(String... samlProviderARNs)
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
Copyright © 2024. All rights reserved.