| 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 |
|---|---|
RegisterDeviceResult |
AmazonCognitoSyncClient.registerDevice(RegisterDeviceRequest registerDeviceRequest)
Registers a device to receive push sync notifications.
|
RegisterDeviceResult |
AmazonCognitoSync.registerDevice(RegisterDeviceRequest registerDeviceRequest)
Registers a device to receive push sync notifications.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterDeviceResult> |
AmazonCognitoSyncAsync.registerDeviceAsync(RegisterDeviceRequest registerDeviceRequest)
Registers a device to receive push sync notifications.
|
Future<RegisterDeviceResult> |
AmazonCognitoSyncAsyncClient.registerDeviceAsync(RegisterDeviceRequest registerDeviceRequest)
Registers a device to receive push sync notifications.
|
Future<RegisterDeviceResult> |
AmazonCognitoSyncAsync.registerDeviceAsync(RegisterDeviceRequest registerDeviceRequest,
AsyncHandler<RegisterDeviceRequest,RegisterDeviceResult> asyncHandler)
Registers a device to receive push sync notifications.
|
Future<RegisterDeviceResult> |
AmazonCognitoSyncAsyncClient.registerDeviceAsync(RegisterDeviceRequest registerDeviceRequest,
AsyncHandler<RegisterDeviceRequest,RegisterDeviceResult> asyncHandler)
Registers a device to receive push sync notifications.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterDeviceResult> |
AmazonCognitoSyncAsync.registerDeviceAsync(RegisterDeviceRequest registerDeviceRequest,
AsyncHandler<RegisterDeviceRequest,RegisterDeviceResult> asyncHandler)
Registers a device to receive push sync notifications.
|
Future<RegisterDeviceResult> |
AmazonCognitoSyncAsyncClient.registerDeviceAsync(RegisterDeviceRequest registerDeviceRequest,
AsyncHandler<RegisterDeviceRequest,RegisterDeviceResult> asyncHandler)
Registers a device to receive push sync notifications.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterDeviceResult |
RegisterDeviceResult.withDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
|
Copyright © 2015. All rights reserved.