Uses of Class
software.amazon.awssdk.services.codestarconnections.model.UpdateSyncBlockerRequest
-
Packages that use UpdateSyncBlockerRequest Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.transform -
-
Uses of UpdateSyncBlockerRequest in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections with parameters of type UpdateSyncBlockerRequest Modifier and Type Method Description default CompletableFuture<UpdateSyncBlockerResponse>CodeStarConnectionsAsyncClient. updateSyncBlocker(UpdateSyncBlockerRequest 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. -
Uses of UpdateSyncBlockerRequest in software.amazon.awssdk.services.codestarconnections.transform
Methods in software.amazon.awssdk.services.codestarconnections.transform with parameters of type UpdateSyncBlockerRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSyncBlockerRequestMarshaller. marshall(UpdateSyncBlockerRequest updateSyncBlockerRequest)
-