Package | Description |
---|---|
com.amazonaws.services.cognitosync.model | |
com.amazonaws.services.cognitosync.model.transform |
Modifier and Type | Field and Description |
---|---|
private PushSync |
SetIdentityPoolConfigurationResult.pushSync
Options to apply to this identity pool for push synchronization.
|
private PushSync |
SetIdentityPoolConfigurationRequest.pushSync
Options to apply to this identity pool for push synchronization.
|
private PushSync |
GetIdentityPoolConfigurationResult.pushSync
Options to apply to this identity pool for push synchronization.
|
Modifier and Type | Method and Description |
---|---|
PushSync |
PushSync.clone() |
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 |
GetIdentityPoolConfigurationResult.getPushSync()
Options to apply to this identity pool for push synchronization.
|
PushSync |
PushSync.withApplicationArns(java.util.Collection<java.lang.String> applicationArns)
List of SNS platform application ARNs that could be used by clients.
|
PushSync |
PushSync.withApplicationArns(java.lang.String... applicationArns)
List of SNS platform application ARNs that could be used by clients.
|
PushSync |
PushSync.withRoleArn(java.lang.String roleArn)
A role configured to allow Cognito to call SNS on behalf of the
developer.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
GetIdentityPoolConfigurationResult.setPushSync(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.
|
GetIdentityPoolConfigurationResult |
GetIdentityPoolConfigurationResult.withPushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
|
Modifier and Type | Method and Description |
---|---|
PushSync |
PushSyncJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PushSyncJsonMarshaller.marshall(PushSync pushSync,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|