Uses of Class
software.amazon.awssdk.services.cognitosync.model.RegisterDeviceResponse
-
Packages that use RegisterDeviceResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of RegisterDeviceResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return RegisterDeviceResponse Modifier and Type Method Description default RegisterDeviceResponseCognitoSyncClient. registerDevice(Consumer<RegisterDeviceRequest.Builder> registerDeviceRequest)Registers a device to receive push sync notifications.default RegisterDeviceResponseCognitoSyncClient. registerDevice(RegisterDeviceRequest registerDeviceRequest)Registers a device to receive push sync notifications.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type RegisterDeviceResponse Modifier and Type Method 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.
-