Uses of Class
com.amazonaws.services.cognitosync.model.RegisterDeviceResult
-
Packages that use RegisterDeviceResult Package Description com.amazonaws.services.cognitosync com.amazonaws.services.cognitosync.model -
-
Uses of RegisterDeviceResult in com.amazonaws.services.cognitosync
Methods in com.amazonaws.services.cognitosync that return RegisterDeviceResult Modifier and Type Method Description RegisterDeviceResult
AbstractAmazonCognitoSync. registerDevice(RegisterDeviceRequest request)
RegisterDeviceResult
AmazonCognitoSync. registerDevice(RegisterDeviceRequest registerDeviceRequest)
Registers a device to receive push sync notifications.RegisterDeviceResult
AmazonCognitoSyncClient. registerDevice(RegisterDeviceRequest registerDeviceRequest)
Registers a device to receive push sync notifications.Method parameters in com.amazonaws.services.cognitosync with type arguments of type RegisterDeviceResult Modifier and Type Method Description Future<RegisterDeviceResult>
AbstractAmazonCognitoSyncAsync. registerDeviceAsync(RegisterDeviceRequest request, AsyncHandler<RegisterDeviceRequest,RegisterDeviceResult> asyncHandler)
Future<RegisterDeviceResult>
AmazonCognitoSyncAsync. registerDeviceAsync(RegisterDeviceRequest registerDeviceRequest, AsyncHandler<RegisterDeviceRequest,RegisterDeviceResult> asyncHandler)
Registers a device to receive push sync notifications.Future<RegisterDeviceResult>
AmazonCognitoSyncAsyncClient. registerDeviceAsync(RegisterDeviceRequest request, AsyncHandler<RegisterDeviceRequest,RegisterDeviceResult> asyncHandler)
-
Uses of RegisterDeviceResult in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return RegisterDeviceResult Modifier and Type Method Description RegisterDeviceResult
RegisterDeviceResult. clone()
RegisterDeviceResult
RegisterDeviceResult. withDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
-