Package | Description |
---|---|
com.amazonaws.services.cognitoidentity | |
com.amazonaws.services.cognitoidentity.model | |
com.amazonaws.services.cognitoidentity.model.transform |
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 |
---|---|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.addSupportedLoginProvidersEntry(java.lang.String key,
java.lang.String value) |
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.clone() |
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withAllowUnauthenticatedIdentities(java.lang.Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withCognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withCognitoIdentityProviders(java.util.Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withDeveloperProviderName(java.lang.String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.withOpenIdConnectProviderARNs(java.lang.String... openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
UpdateIdentityPoolRequest |
UpdateIdentityPoolRequest.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 |
---|---|
Request<UpdateIdentityPoolRequest> |
UpdateIdentityPoolRequestMarshaller.marshall(UpdateIdentityPoolRequest updateIdentityPoolRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateIdentityPoolRequest> |
UpdateIdentityPoolRequestMarshaller.marshall(UpdateIdentityPoolRequest updateIdentityPoolRequest) |