| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
SyncBlocker |
SyncBlocker.clone() |
SyncBlocker |
UpdateServiceSyncBlockerResult.getServiceSyncBlocker()
The detailed data on the service sync blocker that was updated.
|
SyncBlocker |
SyncBlocker.withContexts(Collection<SyncBlockerContext> contexts)
The contexts for the sync blocker.
|
SyncBlocker |
SyncBlocker.withContexts(SyncBlockerContext... contexts)
The contexts for the sync blocker.
|
SyncBlocker |
SyncBlocker.withCreatedAt(Date createdAt)
The time when the sync blocker was created.
|
SyncBlocker |
SyncBlocker.withCreatedReason(String createdReason)
The reason why the sync blocker was created.
|
SyncBlocker |
SyncBlocker.withId(String id)
The ID of the sync blocker.
|
SyncBlocker |
SyncBlocker.withResolvedAt(Date resolvedAt)
The time the sync blocker was resolved.
|
SyncBlocker |
SyncBlocker.withResolvedReason(String resolvedReason)
The reason the sync blocker was resolved.
|
SyncBlocker |
SyncBlocker.withStatus(BlockerStatus status)
The status of the sync blocker.
|
SyncBlocker |
SyncBlocker.withStatus(String status)
The status of the sync blocker.
|
SyncBlocker |
SyncBlocker.withType(BlockerType type)
The type of the sync blocker.
|
SyncBlocker |
SyncBlocker.withType(String type)
The type of the sync blocker.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyncBlocker> |
ServiceSyncBlockerSummary.getLatestBlockers()
The latest active blockers for the synced service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateServiceSyncBlockerResult.setServiceSyncBlocker(SyncBlocker serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
|
ServiceSyncBlockerSummary |
ServiceSyncBlockerSummary.withLatestBlockers(SyncBlocker... latestBlockers)
The latest active blockers for the synced service.
|
UpdateServiceSyncBlockerResult |
UpdateServiceSyncBlockerResult.withServiceSyncBlocker(SyncBlocker serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceSyncBlockerSummary.setLatestBlockers(Collection<SyncBlocker> latestBlockers)
The latest active blockers for the synced service.
|
ServiceSyncBlockerSummary |
ServiceSyncBlockerSummary.withLatestBlockers(Collection<SyncBlocker> latestBlockers)
The latest active blockers for the synced service.
|
Copyright © 2025. All rights reserved.