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