Uses of Class
com.amazonaws.services.cognitosync.model.ListRecordsRequest
Packages that use ListRecordsRequest
-
Uses of ListRecordsRequest in com.amazonaws.services.cognitosync
Methods in com.amazonaws.services.cognitosync with parameters of type ListRecordsRequestModifier 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.AbstractAmazonCognitoSyncAsync.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 ListRecordsRequestModifier 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 ListRecordsRequest in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return ListRecordsRequestModifier and TypeMethodDescriptionListRecordsRequest.clone()
ListRecordsRequest.withDatasetName
(String datasetName) A string of up to 128 characters.ListRecordsRequest.withIdentityId
(String identityId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.ListRecordsRequest.withIdentityPoolId
(String identityPoolId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.ListRecordsRequest.withLastSyncCount
(Long lastSyncCount) The last server sync count for this record.ListRecordsRequest.withMaxResults
(Integer maxResults) The maximum number of results to be returned.ListRecordsRequest.withNextToken
(String nextToken) A pagination token for obtaining the next page of results.ListRecordsRequest.withSyncSessionToken
(String syncSessionToken) A token containing a session ID, identity ID, and expiration.