| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
SyncBlocker |
SyncBlocker.clone() |
SyncBlocker |
UpdateSyncBlockerResult.getSyncBlocker()
Information about the sync blocker to be updated.
|
SyncBlocker |
SyncBlocker.withContexts(Collection<SyncBlockerContext> contexts)
The contexts for a specific sync blocker.
|
SyncBlocker |
SyncBlocker.withContexts(SyncBlockerContext... contexts)
The contexts for a specific sync blocker.
|
SyncBlocker |
SyncBlocker.withCreatedAt(Date createdAt)
The creation time for a specific sync blocker.
|
SyncBlocker |
SyncBlocker.withCreatedReason(String createdReason)
The provided reason for a specific sync blocker.
|
SyncBlocker |
SyncBlocker.withId(String id)
The ID for a specific sync blocker.
|
SyncBlocker |
SyncBlocker.withResolvedAt(Date resolvedAt)
The time that a specific sync blocker was resolved.
|
SyncBlocker |
SyncBlocker.withResolvedReason(String resolvedReason)
The resolved reason for a specific sync blocker.
|
SyncBlocker |
SyncBlocker.withStatus(BlockerStatus status)
The status for a specific sync blocker.
|
SyncBlocker |
SyncBlocker.withStatus(String status)
The status for a specific sync blocker.
|
SyncBlocker |
SyncBlocker.withType(BlockerType type)
The sync blocker type.
|
SyncBlocker |
SyncBlocker.withType(String type)
The sync blocker type.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyncBlocker> |
SyncBlockerSummary.getLatestBlockers()
The latest events for a sync blocker summary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSyncBlockerResult.setSyncBlocker(SyncBlocker syncBlocker)
Information about the sync blocker to be updated.
|
SyncBlockerSummary |
SyncBlockerSummary.withLatestBlockers(SyncBlocker... latestBlockers)
The latest events for a sync blocker summary.
|
UpdateSyncBlockerResult |
UpdateSyncBlockerResult.withSyncBlocker(SyncBlocker syncBlocker)
Information about the sync blocker to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncBlockerSummary.setLatestBlockers(Collection<SyncBlocker> latestBlockers)
The latest events for a sync blocker summary.
|
SyncBlockerSummary |
SyncBlockerSummary.withLatestBlockers(Collection<SyncBlocker> latestBlockers)
The latest events for a sync blocker summary.
|
Copyright © 2024. All rights reserved.