| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitosync |
|
| software.amazon.awssdk.services.cognitosync.model |
| Modifier and Type | Method and Description |
|---|---|
default BulkPublishResponse |
CognitoSyncClient.bulkPublish(BulkPublishRequest bulkPublishRequest)
Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream.
|
default BulkPublishResponse |
CognitoSyncClient.bulkPublish(Consumer<BulkPublishRequest.Builder> bulkPublishRequest)
Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream.
|
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 GetBulkPublishDetailsResponse |
CognitoSyncClient.getBulkPublishDetails(Consumer<GetBulkPublishDetailsRequest.Builder> getBulkPublishDetailsRequest)
Get the status of the last BulkPublish operation for an identity pool.
|
default GetBulkPublishDetailsResponse |
CognitoSyncClient.getBulkPublishDetails(GetBulkPublishDetailsRequest getBulkPublishDetailsRequest)
Get the status of the last BulkPublish operation for an identity pool.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyStreamedException
An exception thrown when a bulk publish operation is requested less than 24 hours after a previous bulk publish
operation completed successfully.
|
class |
ConcurrentModificationException
Thrown if there are parallel requests to modify a resource.
|
class |
DuplicateRequestException
An exception thrown when there is an IN_PROGRESS bulk publish operation for the given identity pool.
|
class |
InternalErrorException
Indicates an internal service error.
|
class |
InvalidConfigurationException |
class |
InvalidLambdaFunctionOutputException
The AWS Lambda function returned invalid output or an exception.
|
class |
InvalidParameterException
Thrown when a request parameter does not comply with the associated constraints.
|
class |
LambdaThrottledException
AWS Lambda throttled your account, please contact AWS Support
|
class |
LimitExceededException
Thrown when the limit on the number of objects or operations has been exceeded.
|
class |
NotAuthorizedException
Thrown when a user is not authorized to access the requested resource.
|
class |
ResourceConflictException
Thrown if an update can't be applied because the resource was changed by another call and this would result in a
conflict.
|
class |
ResourceNotFoundException
Thrown if the resource doesn't exist.
|
class |
TooManyRequestsException
Thrown if the request is throttled.
|
| Modifier and Type | Method and Description |
|---|---|
CognitoSyncException |
CognitoSyncException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(CognitoSyncException ex) |
Copyright © 2022. All rights reserved.