Package | Description |
---|---|
com.amazonaws.services.cognitosync.model |
Modifier and Type | Method and Description |
---|---|
PushSync |
PushSync.clone() |
PushSync |
GetIdentityPoolConfigurationResult.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 |
SetIdentityPoolConfigurationRequest.getPushSync()
Options to apply to this identity pool for push synchronization.
|
PushSync |
PushSync.withApplicationArns(Collection<String> applicationArns)
List of SNS platform application ARNs that could be used by clients.
|
PushSync |
PushSync.withApplicationArns(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.
|
Modifier and Type | Method and Description |
---|---|
void |
GetIdentityPoolConfigurationResult.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.
|
void |
SetIdentityPoolConfigurationRequest.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.
|
SetIdentityPoolConfigurationResult |
SetIdentityPoolConfigurationResult.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.
|
Copyright © 2018. All rights reserved.