| 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.
|
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 |
|---|---|
RegisterDeviceRequest |
RegisterDeviceRequest.clone() |
RegisterDeviceRequest |
RegisterDeviceRequest.withIdentityId(String identityId)
The unique ID for this identity.
|
RegisterDeviceRequest |
RegisterDeviceRequest.withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
RegisterDeviceRequest |
RegisterDeviceRequest.withPlatform(Platform platform)
The SNS platform type (e.g.
|
RegisterDeviceRequest |
RegisterDeviceRequest.withPlatform(String platform)
The SNS platform type (e.g.
|
RegisterDeviceRequest |
RegisterDeviceRequest.withToken(String token)
The push token.
|
Copyright © 2015. All rights reserved.