| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity |
|
| com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentityPoolResult |
AmazonCognitoIdentityClient.updateIdentityPool(UpdateIdentityPoolRequest updateIdentityPoolRequest)
Updates an identity pool.
|
UpdateIdentityPoolResult |
AmazonCognitoIdentity.updateIdentityPool(UpdateIdentityPoolRequest updateIdentityPoolRequest)
Updates an identity pool.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.addIdentityPoolTagsEntry(String key,
String value)
The tags that are assigned to the identity pool.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.addSupportedLoginProvidersEntry(String key,
String value)
Optional key:value pairs mapping provider names to provider app IDs.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.clearIdentityPoolTagsEntries()
Removes all the entries added into IdentityPoolTags.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
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)
A list of OpendID Connect provider ARNs.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withOpenIdConnectProviderARNs(String... openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
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 © 2019. All rights reserved.