Package | Description |
---|---|
com.amazonaws.services.cognitoidentity | |
com.amazonaws.services.cognitoidentity.model | |
com.amazonaws.services.cognitoidentity.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateIdentityPoolResult |
AmazonCognitoIdentityClient.updateIdentityPool(UpdateIdentityPoolRequest updateIdentityPoolRequest)
Updates a user pool.
|
UpdateIdentityPoolResult |
AmazonCognitoIdentity.updateIdentityPool(UpdateIdentityPoolRequest updateIdentityPoolRequest)
Updates a user pool.
|
UpdateIdentityPoolResult |
AbstractAmazonCognitoIdentity.updateIdentityPool(UpdateIdentityPoolRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateIdentityPoolResult> |
AmazonCognitoIdentityAsyncClient.updateIdentityPoolAsync(UpdateIdentityPoolRequest request,
AsyncHandler<UpdateIdentityPoolRequest,UpdateIdentityPoolResult> asyncHandler) |
java.util.concurrent.Future<UpdateIdentityPoolResult> |
AmazonCognitoIdentityAsync.updateIdentityPoolAsync(UpdateIdentityPoolRequest updateIdentityPoolRequest,
AsyncHandler<UpdateIdentityPoolRequest,UpdateIdentityPoolResult> asyncHandler)
Updates a user pool.
|
java.util.concurrent.Future<UpdateIdentityPoolResult> |
AbstractAmazonCognitoIdentityAsync.updateIdentityPoolAsync(UpdateIdentityPoolRequest request,
AsyncHandler<UpdateIdentityPoolRequest,UpdateIdentityPoolResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateIdentityPoolResult |
UpdateIdentityPoolResult.addSupportedLoginProvidersEntry(java.lang.String key,
java.lang.String value) |
UpdateIdentityPoolResult |
UpdateIdentityPoolResult.clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
UpdateIdentityPoolResult |
UpdateIdentityPoolResult.clone() |
UpdateIdentityPoolResult |
UpdateIdentityPoolResult.withAllowUnauthenticatedIdentities(java.lang.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(java.util.Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
UpdateIdentityPoolResult |
UpdateIdentityPoolResult.withDeveloperProviderName(java.lang.String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
UpdateIdentityPoolResult |
UpdateIdentityPoolResult.withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
UpdateIdentityPoolResult |
UpdateIdentityPoolResult.withIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
|
UpdateIdentityPoolResult |
UpdateIdentityPoolResult.withOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
UpdateIdentityPoolResult |
UpdateIdentityPoolResult.withOpenIdConnectProviderARNs(java.lang.String... openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
UpdateIdentityPoolResult |
UpdateIdentityPoolResult.withSupportedLoginProviders(java.util.Map<java.lang.String,java.lang.String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
Modifier and Type | Method and Description |
---|---|
UpdateIdentityPoolResult |
UpdateIdentityPoolResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |