Uses of Class
software.amazon.awssdk.services.cognitosync.model.UnsubscribeFromDatasetResponse
-
Packages that use UnsubscribeFromDatasetResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of UnsubscribeFromDatasetResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return UnsubscribeFromDatasetResponse Modifier and Type Method Description default UnsubscribeFromDatasetResponseCognitoSyncClient. unsubscribeFromDataset(Consumer<UnsubscribeFromDatasetRequest.Builder> unsubscribeFromDatasetRequest)Unsubscribes from receiving notifications when a dataset is modified by another device.default UnsubscribeFromDatasetResponseCognitoSyncClient. unsubscribeFromDataset(UnsubscribeFromDatasetRequest unsubscribeFromDatasetRequest)Unsubscribes from receiving notifications when a dataset is modified by another device.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type UnsubscribeFromDatasetResponse Modifier and Type Method Description default CompletableFuture<UnsubscribeFromDatasetResponse>CognitoSyncAsyncClient. unsubscribeFromDataset(Consumer<UnsubscribeFromDatasetRequest.Builder> unsubscribeFromDatasetRequest)Unsubscribes from receiving notifications when a dataset is modified by another device.default CompletableFuture<UnsubscribeFromDatasetResponse>CognitoSyncAsyncClient. unsubscribeFromDataset(UnsubscribeFromDatasetRequest unsubscribeFromDatasetRequest)Unsubscribes from receiving notifications when a dataset is modified by another device.
-