Uses of Class
software.amazon.awssdk.services.codeconnections.model.UpdateSyncBlockerResponse
-
Packages that use UpdateSyncBlockerResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of UpdateSyncBlockerResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return UpdateSyncBlockerResponse 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.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type UpdateSyncBlockerResponse Modifier and Type Method Description default CompletableFuture<UpdateSyncBlockerResponse>CodeConnectionsAsyncClient. updateSyncBlocker(Consumer<UpdateSyncBlockerRequest.Builder> updateSyncBlockerRequest)Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.default CompletableFuture<UpdateSyncBlockerResponse>CodeConnectionsAsyncClient. updateSyncBlocker(UpdateSyncBlockerRequest updateSyncBlockerRequest)Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
-