| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitosync |
|
| Modifier and Type | Method and Description |
|---|---|
default ListRecordsResponse |
CognitoSyncClient.listRecords(Consumer<ListRecordsRequest.Builder> listRecordsRequest)
Gets paginated records, optionally changed after a particular sync count for a dataset and identity.
|
default ListRecordsResponse |
CognitoSyncClient.listRecords(ListRecordsRequest listRecordsRequest)
Gets paginated records, optionally changed after a particular sync count for a dataset and identity.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.