Uses of Class
software.amazon.awssdk.services.codestarconnections.model.SyncBlockerDoesNotExistException
-
Packages that use SyncBlockerDoesNotExistException Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections -
-
Uses of SyncBlockerDoesNotExistException in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that throw SyncBlockerDoesNotExistException Modifier and Type Method Description default UpdateSyncBlockerResponseCodeStarConnectionsClient. updateSyncBlocker(Consumer<UpdateSyncBlockerRequest.Builder> updateSyncBlockerRequest)Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.default UpdateSyncBlockerResponseCodeStarConnectionsClient. updateSyncBlocker(UpdateSyncBlockerRequest updateSyncBlockerRequest)Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
-