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