Uses of Class
com.amazonaws.services.cognitosync.model.ListRecordsResult
Packages that use ListRecordsResult
-
Uses of ListRecordsResult in com.amazonaws.services.cognitosync
Methods in com.amazonaws.services.cognitosync that return ListRecordsResultModifier and TypeMethodDescriptionAbstractAmazonCognitoSync.listRecords
(ListRecordsRequest request) AmazonCognitoSync.listRecords
(ListRecordsRequest listRecordsRequest) Gets paginated records, optionally changed after a particular sync count for a dataset and identity.AmazonCognitoSyncClient.listRecords
(ListRecordsRequest listRecordsRequest) Gets paginated records, optionally changed after a particular sync count for a dataset and identity.Methods in com.amazonaws.services.cognitosync that return types with arguments of type ListRecordsResultModifier and TypeMethodDescriptionAbstractAmazonCognitoSyncAsync.listRecordsAsync
(ListRecordsRequest request) AbstractAmazonCognitoSyncAsync.listRecordsAsync
(ListRecordsRequest request, AsyncHandler<ListRecordsRequest, ListRecordsResult> asyncHandler) AmazonCognitoSyncAsync.listRecordsAsync
(ListRecordsRequest listRecordsRequest) Gets paginated records, optionally changed after a particular sync count for a dataset and identity.AmazonCognitoSyncAsync.listRecordsAsync
(ListRecordsRequest listRecordsRequest, AsyncHandler<ListRecordsRequest, ListRecordsResult> asyncHandler) Gets paginated records, optionally changed after a particular sync count for a dataset and identity.AmazonCognitoSyncAsyncClient.listRecordsAsync
(ListRecordsRequest request) AmazonCognitoSyncAsyncClient.listRecordsAsync
(ListRecordsRequest request, AsyncHandler<ListRecordsRequest, ListRecordsResult> asyncHandler) Method parameters in com.amazonaws.services.cognitosync with type arguments of type ListRecordsResultModifier and TypeMethodDescriptionAbstractAmazonCognitoSyncAsync.listRecordsAsync
(ListRecordsRequest request, AsyncHandler<ListRecordsRequest, ListRecordsResult> asyncHandler) AmazonCognitoSyncAsync.listRecordsAsync
(ListRecordsRequest listRecordsRequest, AsyncHandler<ListRecordsRequest, ListRecordsResult> asyncHandler) Gets paginated records, optionally changed after a particular sync count for a dataset and identity.AmazonCognitoSyncAsyncClient.listRecordsAsync
(ListRecordsRequest request, AsyncHandler<ListRecordsRequest, ListRecordsResult> asyncHandler) -
Uses of ListRecordsResult in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return ListRecordsResultModifier and TypeMethodDescriptionListRecordsResult.clone()
Total number of records.ListRecordsResult.withDatasetDeletedAfterRequestedSyncCount
(Boolean datasetDeletedAfterRequestedSyncCount) A boolean value specifying whether to delete the dataset locally.ListRecordsResult.withDatasetExists
(Boolean datasetExists) Indicates whether the dataset exists.ListRecordsResult.withDatasetSyncCount
(Long datasetSyncCount) Server sync count for this dataset.ListRecordsResult.withLastModifiedBy
(String lastModifiedBy) The user/device that made the last change to this record.ListRecordsResult.withMergedDatasetNames
(String... mergedDatasetNames) Names of merged datasets.ListRecordsResult.withMergedDatasetNames
(Collection<String> mergedDatasetNames) Names of merged datasets.ListRecordsResult.withNextToken
(String nextToken) A pagination token for obtaining the next page of results.ListRecordsResult.withRecords
(Record... records) A list of all records.ListRecordsResult.withRecords
(Collection<Record> records) A list of all records.ListRecordsResult.withSyncSessionToken
(String syncSessionToken) A token containing a session ID, identity ID, and expiration.