Uses of Class
software.amazon.awssdk.services.proton.model.SyncBlocker
-
Packages that use SyncBlocker Package Description software.amazon.awssdk.services.proton.model -
-
Uses of SyncBlocker in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return SyncBlocker Modifier and Type Method Description SyncBlockerUpdateServiceSyncBlockerResponse. serviceSyncBlocker()The detailed data on the service sync blocker that was updated.Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type SyncBlocker Modifier and Type Method Description List<SyncBlocker>ServiceSyncBlockerSummary. latestBlockers()The latest active blockers for the synced service.Methods in software.amazon.awssdk.services.proton.model with parameters of type SyncBlocker Modifier and Type Method Description ServiceSyncBlockerSummary.BuilderServiceSyncBlockerSummary.Builder. latestBlockers(SyncBlocker... latestBlockers)The latest active blockers for the synced service.UpdateServiceSyncBlockerResponse.BuilderUpdateServiceSyncBlockerResponse.Builder. serviceSyncBlocker(SyncBlocker serviceSyncBlocker)The detailed data on the service sync blocker that was updated.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type SyncBlocker Modifier and Type Method Description ServiceSyncBlockerSummary.BuilderServiceSyncBlockerSummary.Builder. latestBlockers(Collection<SyncBlocker> latestBlockers)The latest active blockers for the synced service.
-