Uses of Interface
software.amazon.awssdk.services.cognitosync.model.PushSync.Builder
-
Packages that use PushSync.Builder Package Description software.amazon.awssdk.services.cognitosync.model -
-
Uses of PushSync.Builder in software.amazon.awssdk.services.cognitosync.model
Methods in software.amazon.awssdk.services.cognitosync.model that return PushSync.Builder Modifier and Type Method Description PushSync.BuilderPushSync.Builder. applicationArns(String... applicationArns)List of SNS platform application ARNs that could be used by clients.PushSync.BuilderPushSync.Builder. applicationArns(Collection<String> applicationArns)List of SNS platform application ARNs that could be used by clients.static PushSync.BuilderPushSync. builder()PushSync.BuilderPushSync.Builder. roleArn(String roleArn)A role configured to allow Cognito to call SNS on behalf of the developer.PushSync.BuilderPushSync. toBuilder()Methods in software.amazon.awssdk.services.cognitosync.model that return types with arguments of type PushSync.Builder Modifier and Type Method Description static Class<? extends PushSync.Builder>PushSync. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitosync.model with type arguments of type PushSync.Builder Modifier and Type Method Description default GetIdentityPoolConfigurationResponse.BuilderGetIdentityPoolConfigurationResponse.Builder. pushSync(Consumer<PushSync.Builder> pushSync)Options to apply to this identity pool for push synchronization.default SetIdentityPoolConfigurationRequest.BuilderSetIdentityPoolConfigurationRequest.Builder. pushSync(Consumer<PushSync.Builder> pushSync)Options to apply to this identity pool for push synchronization.default SetIdentityPoolConfigurationResponse.BuilderSetIdentityPoolConfigurationResponse.Builder. pushSync(Consumer<PushSync.Builder> pushSync)Options to apply to this identity pool for push synchronization.
-