| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
RepositorySyncEvent |
RepositorySyncEvent.clone() |
RepositorySyncEvent |
RepositorySyncEvent.withEvent(String event)
Event detail for a repository sync attempt.
|
RepositorySyncEvent |
RepositorySyncEvent.withExternalId(String externalId)
The external ID of the sync event.
|
RepositorySyncEvent |
RepositorySyncEvent.withTime(Date time)
The time that the sync event occurred.
|
RepositorySyncEvent |
RepositorySyncEvent.withType(String type)
The type of event.
|
| Modifier and Type | Method and Description |
|---|---|
List<RepositorySyncEvent> |
RepositorySyncAttempt.getEvents()
Detail data for sync attempt events.
|
| Modifier and Type | Method and Description |
|---|---|
RepositorySyncAttempt |
RepositorySyncAttempt.withEvents(RepositorySyncEvent... events)
Detail data for sync attempt events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepositorySyncAttempt.setEvents(Collection<RepositorySyncEvent> events)
Detail data for sync attempt events.
|
RepositorySyncAttempt |
RepositorySyncAttempt.withEvents(Collection<RepositorySyncEvent> events)
Detail data for sync attempt events.
|
Copyright © 2024. All rights reserved.