Uses of Class
com.amazonaws.services.cognitosync.model.PushSync
Packages that use PushSync
-
Uses of PushSync in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return PushSyncModifier and TypeMethodDescriptionPushSync.clone()
GetIdentityPoolConfigurationResult.getPushSync()
Options to apply to this identity pool for push synchronization.SetIdentityPoolConfigurationRequest.getPushSync()
Options to apply to this identity pool for push synchronization.SetIdentityPoolConfigurationResult.getPushSync()
Options to apply to this identity pool for push synchronization.PushSync.withApplicationArns
(String... applicationArns) List of SNS platform application ARNs that could be used by clients.PushSync.withApplicationArns
(Collection<String> applicationArns) List of SNS platform application ARNs that could be used by clients.PushSync.withRoleArn
(String roleArn) A role configured to allow Cognito to call SNS on behalf of the developer.Methods in com.amazonaws.services.cognitosync.model with parameters of type PushSyncModifier and TypeMethodDescriptionvoid
GetIdentityPoolConfigurationResult.setPushSync
(PushSync pushSync) Options to apply to this identity pool for push synchronization.void
SetIdentityPoolConfigurationRequest.setPushSync
(PushSync pushSync) Options to apply to this identity pool for push synchronization.void
SetIdentityPoolConfigurationResult.setPushSync
(PushSync pushSync) Options to apply to this identity pool for push synchronization.GetIdentityPoolConfigurationResult.withPushSync
(PushSync pushSync) Options to apply to this identity pool for push synchronization.SetIdentityPoolConfigurationRequest.withPushSync
(PushSync pushSync) Options to apply to this identity pool for push synchronization.SetIdentityPoolConfigurationResult.withPushSync
(PushSync pushSync) Options to apply to this identity pool for push synchronization.