| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitosync.model |
| Modifier and Type | Method and Description |
|---|---|
PushSync.Builder |
PushSync.Builder.applicationArns(Collection<String> applicationArns)
List of SNS platform application ARNs that could be used by clients.
|
PushSync.Builder |
PushSync.Builder.applicationArns(String... applicationArns)
List of SNS platform application ARNs that could be used by clients.
|
static PushSync.Builder |
PushSync.builder() |
PushSync.Builder |
PushSync.Builder.roleArn(String roleArn)
A role configured to allow Cognito to call SNS on behalf of the developer.
|
PushSync.Builder |
PushSync.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PushSync.Builder> |
PushSync.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetIdentityPoolConfigurationResponse.Builder |
GetIdentityPoolConfigurationResponse.Builder.pushSync(Consumer<PushSync.Builder> pushSync)
Options to apply to this identity pool for push synchronization.
|
default SetIdentityPoolConfigurationResponse.Builder |
SetIdentityPoolConfigurationResponse.Builder.pushSync(Consumer<PushSync.Builder> pushSync)
Options to apply to this identity pool for push synchronization.
|
default SetIdentityPoolConfigurationRequest.Builder |
SetIdentityPoolConfigurationRequest.Builder.pushSync(Consumer<PushSync.Builder> pushSync)
Options to apply to this identity pool for push synchronization.
|
Copyright © 2022. All rights reserved.