Package | Description |
---|---|
com.amazonaws.services.cognitoidentity | |
com.amazonaws.services.cognitoidentity.model | |
com.amazonaws.services.cognitoidentity.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateIdentityPoolResult |
AmazonCognitoIdentityClient.createIdentityPool(CreateIdentityPoolRequest createIdentityPoolRequest)
Creates a new identity pool.
|
CreateIdentityPoolResult |
AmazonCognitoIdentity.createIdentityPool(CreateIdentityPoolRequest createIdentityPoolRequest)
Creates a new identity pool.
|
CreateIdentityPoolResult |
AbstractAmazonCognitoIdentity.createIdentityPool(CreateIdentityPoolRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsyncClient.createIdentityPoolAsync(CreateIdentityPoolRequest request) |
java.util.concurrent.Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsync.createIdentityPoolAsync(CreateIdentityPoolRequest createIdentityPoolRequest)
Creates a new identity pool.
|
java.util.concurrent.Future<CreateIdentityPoolResult> |
AbstractAmazonCognitoIdentityAsync.createIdentityPoolAsync(CreateIdentityPoolRequest request) |
java.util.concurrent.Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsyncClient.createIdentityPoolAsync(CreateIdentityPoolRequest request,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler) |
java.util.concurrent.Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsync.createIdentityPoolAsync(CreateIdentityPoolRequest createIdentityPoolRequest,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler)
Creates a new identity pool.
|
java.util.concurrent.Future<CreateIdentityPoolResult> |
AbstractAmazonCognitoIdentityAsync.createIdentityPoolAsync(CreateIdentityPoolRequest request,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsyncClient.createIdentityPoolAsync(CreateIdentityPoolRequest request,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler) |
java.util.concurrent.Future<CreateIdentityPoolResult> |
AmazonCognitoIdentityAsync.createIdentityPoolAsync(CreateIdentityPoolRequest createIdentityPoolRequest,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler)
Creates a new identity pool.
|
java.util.concurrent.Future<CreateIdentityPoolResult> |
AbstractAmazonCognitoIdentityAsync.createIdentityPoolAsync(CreateIdentityPoolRequest request,
AsyncHandler<CreateIdentityPoolRequest,CreateIdentityPoolResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateIdentityPoolResult |
CreateIdentityPoolResult.addSupportedLoginProvidersEntry(java.lang.String key,
java.lang.String value) |
CreateIdentityPoolResult |
CreateIdentityPoolResult.clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.clone() |
CreateIdentityPoolResult |
CreateIdentityPoolResult.withAllowUnauthenticatedIdentities(java.lang.Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withCognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withCognitoIdentityProviders(java.util.Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withDeveloperProviderName(java.lang.String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.withOpenIdConnectProviderARNs(java.lang.String... openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
CreateIdentityPoolResult |
CreateIdentityPoolResult.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 |
---|---|
CreateIdentityPoolResult |
CreateIdentityPoolResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |