| Package | Description |
|---|---|
| com.amazonaws.services.cognitosync | |
| com.amazonaws.services.cognitosync.model |
| 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.
|
void |
AbstractAmazonCognitoSync.setCognitoEvents(SetCognitoEventsRequest request) |
Future<Void> |
AbstractAmazonCognitoSyncAsync.setCognitoEventsAsync(SetCognitoEventsRequest request) |
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 request) |
Future<Void> |
AbstractAmazonCognitoSyncAsync.setCognitoEventsAsync(SetCognitoEventsRequest request,
AsyncHandler<SetCognitoEventsRequest,Void> asyncHandler) |
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 request,
AsyncHandler<SetCognitoEventsRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AbstractAmazonCognitoSyncAsync.setCognitoEventsAsync(SetCognitoEventsRequest request,
AsyncHandler<SetCognitoEventsRequest,Void> asyncHandler) |
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 request,
AsyncHandler<SetCognitoEventsRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SetCognitoEventsRequest |
SetCognitoEventsRequest.addEventsEntry(String key,
String value) |
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 © 2016. All rights reserved.