| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSyncAttempt |
ResourceSyncAttempt.clone() |
ResourceSyncAttempt |
GetTemplateSyncStatusResult.getLatestSuccessfulSync()
The details of the last successful sync that's returned by Proton.
|
ResourceSyncAttempt |
GetTemplateSyncStatusResult.getLatestSync()
The details of the last sync that's returned by Proton.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withEvents(Collection<ResourceSyncEvent> events)
An array of events with detail data.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withEvents(ResourceSyncEvent... events)
An array of events with detail data.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withInitialRevision(Revision initialRevision)
Detail data for the initial repository commit, path and push.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withStartedAt(Date startedAt)
The time when the sync attempt started.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withStatus(ResourceSyncStatus status)
The status of the sync attempt.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withStatus(String status)
The status of the sync attempt.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withTarget(String target)
The resource that is synced to.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withTargetRevision(Revision targetRevision)
Detail data for the target revision.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTemplateSyncStatusResult.setLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The details of the last successful sync that's returned by Proton.
|
void |
GetTemplateSyncStatusResult.setLatestSync(ResourceSyncAttempt latestSync)
The details of the last sync that's returned by Proton.
|
GetTemplateSyncStatusResult |
GetTemplateSyncStatusResult.withLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The details of the last successful sync that's returned by Proton.
|
GetTemplateSyncStatusResult |
GetTemplateSyncStatusResult.withLatestSync(ResourceSyncAttempt latestSync)
The details of the last sync that's returned by Proton.
|
Copyright © 2021. All rights reserved.