Uses of Class
software.amazon.awssdk.services.codeconnections.model.RepositorySyncStatus
-
Packages that use RepositorySyncStatus Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of RepositorySyncStatus in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return RepositorySyncStatus Modifier and Type Method Description static RepositorySyncStatusRepositorySyncStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RepositorySyncStatusRepositorySyncAttempt. status()The status of a specific sync attempt.static RepositorySyncStatusRepositorySyncStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositorySyncStatus[]RepositorySyncStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type RepositorySyncStatus Modifier and Type Method Description static Set<RepositorySyncStatus>RepositorySyncStatus. knownValues()Methods in software.amazon.awssdk.services.codeconnections.model with parameters of type RepositorySyncStatus Modifier and Type Method Description RepositorySyncAttempt.BuilderRepositorySyncAttempt.Builder. status(RepositorySyncStatus status)The status of a specific sync attempt.
-