| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitosync |
|
| Modifier and Type | Method and Description |
|---|---|
default RegisterDeviceResponse |
CognitoSyncClient.registerDevice(Consumer<RegisterDeviceRequest.Builder> registerDeviceRequest)
Registers a device to receive push sync notifications.
|
default RegisterDeviceResponse |
CognitoSyncClient.registerDevice(RegisterDeviceRequest registerDeviceRequest)
Registers a device to receive push sync notifications.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RegisterDeviceResponse> |
CognitoSyncAsyncClient.registerDevice(Consumer<RegisterDeviceRequest.Builder> registerDeviceRequest)
Registers a device to receive push sync notifications.
|
default CompletableFuture<RegisterDeviceResponse> |
CognitoSyncAsyncClient.registerDevice(RegisterDeviceRequest registerDeviceRequest)
Registers a device to receive push sync notifications.
|
Copyright © 2023. All rights reserved.