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 PushSync
PushSync. clone()
PushSync
GetIdentityPoolConfigurationResult. getPushSync()
Options to apply to this identity pool for push synchronization.PushSync
SetIdentityPoolConfigurationRequest. getPushSync()
Options to apply to this identity pool for push synchronization.PushSync
SetIdentityPoolConfigurationResult. getPushSync()
Options to apply to this identity pool for push synchronization.PushSync
PushSync. withApplicationArns(String... applicationArns)
List of SNS platform application ARNs that could be used by clients.PushSync
PushSync. withApplicationArns(Collection<String> applicationArns)
List of SNS platform application ARNs that could be used by clients.PushSync
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 PushSync Modifier and Type Method Description void
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
GetIdentityPoolConfigurationResult. withPushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.SetIdentityPoolConfigurationRequest
SetIdentityPoolConfigurationRequest. withPushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.SetIdentityPoolConfigurationResult
SetIdentityPoolConfigurationResult. withPushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
-