| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSyncEvent |
ResourceSyncEvent.clone() |
ResourceSyncEvent |
ResourceSyncEvent.withEvent(String event)
The event for a resource sync event.
|
ResourceSyncEvent |
ResourceSyncEvent.withExternalId(String externalId)
The ID for a resource sync event.
|
ResourceSyncEvent |
ResourceSyncEvent.withTime(Date time)
The time that a resource sync event occurred.
|
ResourceSyncEvent |
ResourceSyncEvent.withType(String type)
The type of resource sync event.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceSyncEvent> |
ResourceSyncAttempt.getEvents()
The events related to a resource sync attempt.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSyncAttempt |
ResourceSyncAttempt.withEvents(ResourceSyncEvent... events)
The events related to a resource sync attempt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceSyncAttempt.setEvents(Collection<ResourceSyncEvent> events)
The events related to a resource sync attempt.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withEvents(Collection<ResourceSyncEvent> events)
The events related to a resource sync attempt.
|
Copyright © 2024. All rights reserved.