Uses of Class
software.amazon.awssdk.services.codeconnections.model.ResourceSyncAttempt
-
Packages that use ResourceSyncAttempt Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of ResourceSyncAttempt in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return ResourceSyncAttempt Modifier and Type Method Description ResourceSyncAttemptGetResourceSyncStatusResponse. latestSuccessfulSync()The latest successful sync for the sync status with the Git repository.ResourceSyncAttemptGetResourceSyncStatusResponse. latestSync()The latest sync for the sync status with the Git repository, whether successful or not.Methods in software.amazon.awssdk.services.codeconnections.model with parameters of type ResourceSyncAttempt Modifier and Type Method Description GetResourceSyncStatusResponse.BuilderGetResourceSyncStatusResponse.Builder. latestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)The latest successful sync for the sync status with the Git repository.GetResourceSyncStatusResponse.BuilderGetResourceSyncStatusResponse.Builder. latestSync(ResourceSyncAttempt latestSync)The latest sync for the sync status with the Git repository, whether successful or not.
-