| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitosync |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteDatasetResponse |
CognitoSyncClient.deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest)
Deletes the specific dataset.
|
default DeleteDatasetResponse |
CognitoSyncClient.deleteDataset(DeleteDatasetRequest deleteDatasetRequest)
Deletes the specific dataset.
|
default DescribeDatasetResponse |
CognitoSyncClient.describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest)
Gets meta data about a dataset by identity and dataset name.
|
default DescribeDatasetResponse |
CognitoSyncClient.describeDataset(DescribeDatasetRequest describeDatasetRequest)
Gets meta data about a dataset by identity and dataset name.
|
default DescribeIdentityPoolUsageResponse |
CognitoSyncClient.describeIdentityPoolUsage(Consumer<DescribeIdentityPoolUsageRequest.Builder> describeIdentityPoolUsageRequest)
Gets usage details (for example, data storage) about a particular identity pool.
|
default DescribeIdentityPoolUsageResponse |
CognitoSyncClient.describeIdentityPoolUsage(DescribeIdentityPoolUsageRequest describeIdentityPoolUsageRequest)
Gets usage details (for example, data storage) about a particular identity pool.
|
default DescribeIdentityUsageResponse |
CognitoSyncClient.describeIdentityUsage(Consumer<DescribeIdentityUsageRequest.Builder> describeIdentityUsageRequest)
Gets usage information for an identity, including number of datasets and data usage.
|
default DescribeIdentityUsageResponse |
CognitoSyncClient.describeIdentityUsage(DescribeIdentityUsageRequest describeIdentityUsageRequest)
Gets usage information for an identity, including number of datasets and data usage.
|
default GetCognitoEventsResponse |
CognitoSyncClient.getCognitoEvents(Consumer<GetCognitoEventsRequest.Builder> getCognitoEventsRequest)
Gets the events and the corresponding Lambda functions associated with an identity pool.
|
default GetCognitoEventsResponse |
CognitoSyncClient.getCognitoEvents(GetCognitoEventsRequest getCognitoEventsRequest)
Gets the events and the corresponding Lambda functions associated with an identity pool.
|
default GetIdentityPoolConfigurationResponse |
CognitoSyncClient.getIdentityPoolConfiguration(Consumer<GetIdentityPoolConfigurationRequest.Builder> getIdentityPoolConfigurationRequest)
Gets the configuration settings of an identity pool.
|
default GetIdentityPoolConfigurationResponse |
CognitoSyncClient.getIdentityPoolConfiguration(GetIdentityPoolConfigurationRequest getIdentityPoolConfigurationRequest)
Gets the configuration settings of an identity pool.
|
default ListDatasetsResponse |
CognitoSyncClient.listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Lists datasets for an identity.
|
default ListDatasetsResponse |
CognitoSyncClient.listDatasets(ListDatasetsRequest listDatasetsRequest)
Lists datasets for an identity.
|
default ListIdentityPoolUsageResponse |
CognitoSyncClient.listIdentityPoolUsage()
Gets a list of identity pools registered with Cognito.
|
default ListIdentityPoolUsageResponse |
CognitoSyncClient.listIdentityPoolUsage(Consumer<ListIdentityPoolUsageRequest.Builder> listIdentityPoolUsageRequest)
Gets a list of identity pools registered with Cognito.
|
default ListIdentityPoolUsageResponse |
CognitoSyncClient.listIdentityPoolUsage(ListIdentityPoolUsageRequest listIdentityPoolUsageRequest)
Gets a list of identity pools registered with Cognito.
|
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.
|
default RegisterDeviceResponse |
CognitoSyncClient.registerDevice(Consumer<RegisterDeviceRequest.Builder> registerDeviceRequest)
Registers a device to receive push sync notifications.
|
default RegisterDeviceResponse |
CognitoSyncClient.registerDevice(RegisterDeviceRequest registerDeviceRequest)
Registers a device to receive push sync notifications.
|
default SetCognitoEventsResponse |
CognitoSyncClient.setCognitoEvents(Consumer<SetCognitoEventsRequest.Builder> setCognitoEventsRequest)
Sets the AWS Lambda function for a given event type for an identity pool.
|
default SetCognitoEventsResponse |
CognitoSyncClient.setCognitoEvents(SetCognitoEventsRequest setCognitoEventsRequest)
Sets the AWS Lambda function for a given event type for an identity pool.
|
default SetIdentityPoolConfigurationResponse |
CognitoSyncClient.setIdentityPoolConfiguration(Consumer<SetIdentityPoolConfigurationRequest.Builder> setIdentityPoolConfigurationRequest)
Sets the necessary configuration for push sync.
|
default SetIdentityPoolConfigurationResponse |
CognitoSyncClient.setIdentityPoolConfiguration(SetIdentityPoolConfigurationRequest setIdentityPoolConfigurationRequest)
Sets the necessary configuration for push sync.
|
default SubscribeToDatasetResponse |
CognitoSyncClient.subscribeToDataset(Consumer<SubscribeToDatasetRequest.Builder> subscribeToDatasetRequest)
Subscribes to receive notifications when a dataset is modified by another device.
|
default SubscribeToDatasetResponse |
CognitoSyncClient.subscribeToDataset(SubscribeToDatasetRequest subscribeToDatasetRequest)
Subscribes to receive notifications when a dataset is modified by another device.
|
default UnsubscribeFromDatasetResponse |
CognitoSyncClient.unsubscribeFromDataset(Consumer<UnsubscribeFromDatasetRequest.Builder> unsubscribeFromDatasetRequest)
Unsubscribes from receiving notifications when a dataset is modified by another device.
|
default UnsubscribeFromDatasetResponse |
CognitoSyncClient.unsubscribeFromDataset(UnsubscribeFromDatasetRequest unsubscribeFromDatasetRequest)
Unsubscribes from receiving notifications when a dataset is modified by another device.
|
default UpdateRecordsResponse |
CognitoSyncClient.updateRecords(Consumer<UpdateRecordsRequest.Builder> updateRecordsRequest)
Posts updates to records and adds and deletes records for a dataset and user.
|
default UpdateRecordsResponse |
CognitoSyncClient.updateRecords(UpdateRecordsRequest updateRecordsRequest)
Posts updates to records and adds and deletes records for a dataset and user.
|
Copyright © 2022. All rights reserved.