Uses of Class
software.amazon.awssdk.services.cognitosync.model.ListRecordsResponse
-
Packages that use ListRecordsResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of ListRecordsResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return ListRecordsResponse Modifier and Type Method Description default ListRecordsResponseCognitoSyncClient. listRecords(Consumer<ListRecordsRequest.Builder> listRecordsRequest)Gets paginated records, optionally changed after a particular sync count for a dataset and identity.default ListRecordsResponseCognitoSyncClient. listRecords(ListRecordsRequest listRecordsRequest)Gets paginated records, optionally changed after a particular sync count for a dataset and identity.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type ListRecordsResponse Modifier and Type Method Description default CompletableFuture<ListRecordsResponse>CognitoSyncAsyncClient. listRecords(Consumer<ListRecordsRequest.Builder> listRecordsRequest)Gets paginated records, optionally changed after a particular sync count for a dataset and identity.default CompletableFuture<ListRecordsResponse>CognitoSyncAsyncClient. listRecords(ListRecordsRequest listRecordsRequest)Gets paginated records, optionally changed after a particular sync count for a dataset and identity.
-