Uses of Class
software.amazon.awssdk.services.codestarconnections.model.RepositorySyncEvent
-
Packages that use RepositorySyncEvent Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of RepositorySyncEvent in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type RepositorySyncEvent Modifier and Type Method Description List<RepositorySyncEvent>RepositorySyncAttempt. events()The events associated with a specific sync attempt.Methods in software.amazon.awssdk.services.codestarconnections.model with parameters of type RepositorySyncEvent Modifier and Type Method Description RepositorySyncAttempt.BuilderRepositorySyncAttempt.Builder. events(RepositorySyncEvent... events)The events associated with a specific sync attempt.Method parameters in software.amazon.awssdk.services.codestarconnections.model with type arguments of type RepositorySyncEvent Modifier and Type Method Description RepositorySyncAttempt.BuilderRepositorySyncAttempt.Builder. events(Collection<RepositorySyncEvent> events)The events associated with a specific sync attempt.
-