| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
RepositorySyncEvent |
RepositorySyncEvent.clone() |
RepositorySyncEvent |
RepositorySyncEvent.withEvent(String event)
A description of a repository sync event.
|
RepositorySyncEvent |
RepositorySyncEvent.withExternalId(String externalId)
The ID for a repository sync event.
|
RepositorySyncEvent |
RepositorySyncEvent.withTime(Date time)
The time that a repository sync event occurred.
|
RepositorySyncEvent |
RepositorySyncEvent.withType(String type)
The event type for a repository sync event.
|
| Modifier and Type | Method and Description |
|---|---|
List<RepositorySyncEvent> |
RepositorySyncAttempt.getEvents()
The events associated with a specific sync attempt.
|
| Modifier and Type | Method and Description |
|---|---|
RepositorySyncAttempt |
RepositorySyncAttempt.withEvents(RepositorySyncEvent... events)
The events associated with a specific sync attempt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepositorySyncAttempt.setEvents(Collection<RepositorySyncEvent> events)
The events associated with a specific sync attempt.
|
RepositorySyncAttempt |
RepositorySyncAttempt.withEvents(Collection<RepositorySyncEvent> events)
The events associated with a specific sync attempt.
|
Copyright © 2023. All rights reserved.