Skip to content

Commit

Permalink
api dump
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjroach committed May 7, 2024
1 parent 7ef8c99 commit 9d7aacb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws-datastore/api/aws-datastore.api
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public final class com/amplifyframework/datastore/DataStoreConfiguration {
public fun getErrorHandler ()Lcom/amplifyframework/datastore/DataStoreErrorHandler;
public fun getMaxTimeLapseForObserveQuery ()Ljava/lang/Long;
public fun getObserveQueryMaxRecords ()Ljava/lang/Integer;
public fun getSyncConcurrencyLimit ()Ljava/lang/Integer;
public fun getSyncExpressions ()Ljava/util/Map;
public fun getSyncIntervalInMinutes ()Ljava/lang/Long;
public fun getSyncIntervalMs ()Ljava/lang/Long;
Expand All @@ -77,6 +78,7 @@ public final class com/amplifyframework/datastore/DataStoreConfiguration$Builder
public fun errorHandler (Lcom/amplifyframework/datastore/DataStoreErrorHandler;)Lcom/amplifyframework/datastore/DataStoreConfiguration$Builder;
public fun observeQueryMaxRecords (Ljava/lang/Integer;)Lcom/amplifyframework/datastore/DataStoreConfiguration$Builder;
public fun observeQueryMaxTime (J)Lcom/amplifyframework/datastore/DataStoreConfiguration$Builder;
public fun syncConcurrencyLimit (Ljava/lang/Integer;)Lcom/amplifyframework/datastore/DataStoreConfiguration$Builder;
public fun syncExpression (Ljava/lang/Class;Lcom/amplifyframework/datastore/DataStoreSyncExpression;)Lcom/amplifyframework/datastore/DataStoreConfiguration$Builder;
public fun syncExpression (Ljava/lang/String;Lcom/amplifyframework/datastore/DataStoreSyncExpression;)Lcom/amplifyframework/datastore/DataStoreConfiguration$Builder;
public fun syncInterval (JLjava/util/concurrent/TimeUnit;)Lcom/amplifyframework/datastore/DataStoreConfiguration$Builder;
Expand Down

0 comments on commit 9d7aacb

Please sign in to comment.