Uses of Class
com.amazonaws.services.cognitosync.model.PushSync
-
Packages that use PushSync Package Description com.amazonaws.services.cognitosync.model -
-
Uses of PushSync in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return PushSync Modifier and Type Method Description PushSyncPushSync. clone()PushSyncGetIdentityPoolConfigurationResult. getPushSync()Options to apply to this identity pool for push synchronization.PushSyncSetIdentityPoolConfigurationRequest. getPushSync()Options to apply to this identity pool for push synchronization.PushSyncSetIdentityPoolConfigurationResult. getPushSync()Options to apply to this identity pool for push synchronization.PushSyncPushSync. withApplicationArns(String... applicationArns)List of SNS platform application ARNs that could be used by clients.PushSyncPushSync. withApplicationArns(Collection<String> applicationArns)List of SNS platform application ARNs that could be used by clients.PushSyncPushSync. 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 PushSync Modifier and Type Method Description voidGetIdentityPoolConfigurationResult. setPushSync(PushSync pushSync)Options to apply to this identity pool for push synchronization.voidSetIdentityPoolConfigurationRequest. setPushSync(PushSync pushSync)Options to apply to this identity pool for push synchronization.voidSetIdentityPoolConfigurationResult. setPushSync(PushSync pushSync)Options to apply to this identity pool for push synchronization.GetIdentityPoolConfigurationResultGetIdentityPoolConfigurationResult. withPushSync(PushSync pushSync)Options to apply to this identity pool for push synchronization.SetIdentityPoolConfigurationRequestSetIdentityPoolConfigurationRequest. withPushSync(PushSync pushSync)Options to apply to this identity pool for push synchronization.SetIdentityPoolConfigurationResultSetIdentityPoolConfigurationResult. withPushSync(PushSync pushSync)Options to apply to this identity pool for push synchronization.
-