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