Uses of Class
software.amazon.awssdk.services.proton.model.SyncBlockerContext
-
Packages that use SyncBlockerContext Package Description software.amazon.awssdk.services.proton.model -
-
Uses of SyncBlockerContext in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type SyncBlockerContext Modifier and Type Method Description List<SyncBlockerContext>SyncBlocker. contexts()The contexts for the sync blocker.Methods in software.amazon.awssdk.services.proton.model with parameters of type SyncBlockerContext Modifier and Type Method Description SyncBlocker.BuilderSyncBlocker.Builder. contexts(SyncBlockerContext... contexts)The contexts for the sync blocker.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type SyncBlockerContext Modifier and Type Method Description SyncBlocker.BuilderSyncBlocker.Builder. contexts(Collection<SyncBlockerContext> contexts)The contexts for the sync blocker.
-