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