| Package | Description |
|---|---|
| com.amazonaws.services.cognitosync |
Synchronous and asynchronous client classes for accessing AmazonCognitoSync.
|
| com.amazonaws.services.cognitosync.model |
Classes modeling the various types represented by AmazonCognitoSync.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonCognitoSyncClient.setCognitoEvents(SetCognitoEventsRequest setCognitoEventsRequest)
Sets the AWS Lambda function for a given event type for an identity
pool.
|
void |
AmazonCognitoSync.setCognitoEvents(SetCognitoEventsRequest setCognitoEventsRequest)
Sets the AWS Lambda function for a given event type for an identity
pool.
|
Future<Void> |
AmazonCognitoSyncAsync.setCognitoEventsAsync(SetCognitoEventsRequest setCognitoEventsRequest)
Sets the AWS Lambda function for a given event type for an identity
pool.
|
Future<Void> |
AmazonCognitoSyncAsyncClient.setCognitoEventsAsync(SetCognitoEventsRequest setCognitoEventsRequest)
Sets the AWS Lambda function for a given event type for an identity
pool.
|
Future<Void> |
AmazonCognitoSyncAsync.setCognitoEventsAsync(SetCognitoEventsRequest setCognitoEventsRequest,
AsyncHandler<SetCognitoEventsRequest,Void> asyncHandler)
Sets the AWS Lambda function for a given event type for an identity
pool.
|
Future<Void> |
AmazonCognitoSyncAsyncClient.setCognitoEventsAsync(SetCognitoEventsRequest setCognitoEventsRequest,
AsyncHandler<SetCognitoEventsRequest,Void> asyncHandler)
Sets the AWS Lambda function for a given event type for an identity
pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonCognitoSyncAsync.setCognitoEventsAsync(SetCognitoEventsRequest setCognitoEventsRequest,
AsyncHandler<SetCognitoEventsRequest,Void> asyncHandler)
Sets the AWS Lambda function for a given event type for an identity
pool.
|
Future<Void> |
AmazonCognitoSyncAsyncClient.setCognitoEventsAsync(SetCognitoEventsRequest setCognitoEventsRequest,
AsyncHandler<SetCognitoEventsRequest,Void> asyncHandler)
Sets the AWS Lambda function for a given event type for an identity
pool.
|
| Modifier and Type | Method and Description |
|---|---|
SetCognitoEventsRequest |
SetCognitoEventsRequest.addEventsEntry(String key,
String value)
The events to configure
|
SetCognitoEventsRequest |
SetCognitoEventsRequest.clearEventsEntries()
Removes all the entries added into Events.
|
SetCognitoEventsRequest |
SetCognitoEventsRequest.clone() |
SetCognitoEventsRequest |
SetCognitoEventsRequest.withEvents(Map<String,String> events)
The events to configure
|
SetCognitoEventsRequest |
SetCognitoEventsRequest.withIdentityPoolId(String identityPoolId)
The Cognito Identity Pool to use when configuring Cognito Events
|
Copyright © 2015. All rights reserved.