| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
SyncBlockerContext |
SyncBlockerContext.clone() |
SyncBlockerContext |
SyncBlockerContext.withKey(String key)
The key provided for a context key-value pair for a specific sync blocker.
|
SyncBlockerContext |
SyncBlockerContext.withValue(String value)
The value provided for a context key-value pair for a specific sync blocker.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyncBlockerContext> |
SyncBlocker.getContexts()
The contexts for a specific sync blocker.
|
| Modifier and Type | Method and Description |
|---|---|
SyncBlocker |
SyncBlocker.withContexts(SyncBlockerContext... contexts)
The contexts for a specific sync blocker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncBlocker.setContexts(Collection<SyncBlockerContext> contexts)
The contexts for a specific sync blocker.
|
SyncBlocker |
SyncBlocker.withContexts(Collection<SyncBlockerContext> contexts)
The contexts for a specific sync blocker.
|
Copyright © 2024. All rights reserved.