| Package | Description |
|---|---|
| com.amazonaws.services.cognitosync.model |
Classes modeling the various types represented by AmazonCognitoSync.
|
| Modifier and Type | Method and Description |
|---|---|
PushSync |
GetIdentityPoolConfigurationResult.getPushSync()
Configuration options applied to the identity pool.
|
PushSync |
SetIdentityPoolConfigurationResult.getPushSync()
Configuration options applied to the identity pool.
|
PushSync |
SetIdentityPoolConfigurationRequest.getPushSync()
Configuration options to be applied to the identity pool.
|
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)
Configuration options applied to the identity pool.
|
void |
SetIdentityPoolConfigurationResult.setPushSync(PushSync pushSync)
Configuration options applied to the identity pool.
|
void |
SetIdentityPoolConfigurationRequest.setPushSync(PushSync pushSync)
Configuration options to be applied to the identity pool.
|
GetIdentityPoolConfigurationResult |
GetIdentityPoolConfigurationResult.withPushSync(PushSync pushSync)
Configuration options applied to the identity pool.
|
SetIdentityPoolConfigurationResult |
SetIdentityPoolConfigurationResult.withPushSync(PushSync pushSync)
Configuration options applied to the identity pool.
|
SetIdentityPoolConfigurationRequest |
SetIdentityPoolConfigurationRequest.withPushSync(PushSync pushSync)
Configuration options to be applied to the identity pool.
|
Copyright © 2015. All rights reserved.