Uses of Class
software.amazon.awssdk.services.cognitosync.model.GetBulkPublishDetailsResponse
-
Packages that use GetBulkPublishDetailsResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of GetBulkPublishDetailsResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return GetBulkPublishDetailsResponse Modifier and Type Method Description default GetBulkPublishDetailsResponseCognitoSyncClient. getBulkPublishDetails(Consumer<GetBulkPublishDetailsRequest.Builder> getBulkPublishDetailsRequest)Get the status of the last BulkPublish operation for an identity pool.default GetBulkPublishDetailsResponseCognitoSyncClient. getBulkPublishDetails(GetBulkPublishDetailsRequest getBulkPublishDetailsRequest)Get the status of the last BulkPublish operation for an identity pool.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type GetBulkPublishDetailsResponse Modifier and Type Method Description default CompletableFuture<GetBulkPublishDetailsResponse>CognitoSyncAsyncClient. getBulkPublishDetails(Consumer<GetBulkPublishDetailsRequest.Builder> getBulkPublishDetailsRequest)Get the status of the last BulkPublish operation for an identity pool.default CompletableFuture<GetBulkPublishDetailsResponse>CognitoSyncAsyncClient. getBulkPublishDetails(GetBulkPublishDetailsRequest getBulkPublishDetailsRequest)Get the status of the last BulkPublish operation for an identity pool.
-