Uses of Class
software.amazon.awssdk.services.resourcegroups.model.TagSyncTaskStatus
-
Packages that use TagSyncTaskStatus Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of TagSyncTaskStatus in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return TagSyncTaskStatus Modifier and Type Method Description static TagSyncTaskStatusTagSyncTaskStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TagSyncTaskStatusGetTagSyncTaskResponse. status()The status of the tag-sync task.TagSyncTaskStatusTagSyncTaskItem. status()The status of the tag-sync task.static TagSyncTaskStatusTagSyncTaskStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TagSyncTaskStatus[]TagSyncTaskStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type TagSyncTaskStatus Modifier and Type Method Description static Set<TagSyncTaskStatus>TagSyncTaskStatus. knownValues()Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type TagSyncTaskStatus Modifier and Type Method Description GetTagSyncTaskResponse.BuilderGetTagSyncTaskResponse.Builder. status(TagSyncTaskStatus status)The status of the tag-sync task.TagSyncTaskItem.BuilderTagSyncTaskItem.Builder. status(TagSyncTaskStatus status)The status of the tag-sync task.
-