Uses of Class
software.amazon.awssdk.services.cognitosync.model.BulkPublishResponse
-
Packages that use BulkPublishResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of BulkPublishResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return BulkPublishResponse Modifier and Type Method Description default BulkPublishResponseCognitoSyncClient. bulkPublish(Consumer<BulkPublishRequest.Builder> bulkPublishRequest)Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream.default BulkPublishResponseCognitoSyncClient. bulkPublish(BulkPublishRequest bulkPublishRequest)Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type BulkPublishResponse Modifier and Type Method Description default CompletableFuture<BulkPublishResponse>CognitoSyncAsyncClient. bulkPublish(Consumer<BulkPublishRequest.Builder> bulkPublishRequest)Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream.default CompletableFuture<BulkPublishResponse>CognitoSyncAsyncClient. bulkPublish(BulkPublishRequest bulkPublishRequest)Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream.
-