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