Uses of Class
software.amazon.awssdk.services.resourcegroups.model.TagSyncTaskItem
-
Packages that use TagSyncTaskItem Package Description software.amazon.awssdk.services.resourcegroups.model software.amazon.awssdk.services.resourcegroups.paginators -
-
Uses of TagSyncTaskItem in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type TagSyncTaskItem Modifier and Type Method Description List<TagSyncTaskItem>ListTagSyncTasksResponse. tagSyncTasks()A list of tag-sync tasks and information about each task.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type TagSyncTaskItem Modifier and Type Method Description ListTagSyncTasksResponse.BuilderListTagSyncTasksResponse.Builder. tagSyncTasks(TagSyncTaskItem... tagSyncTasks)A list of tag-sync tasks and information about each task.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type TagSyncTaskItem Modifier and Type Method Description ListTagSyncTasksResponse.BuilderListTagSyncTasksResponse.Builder. tagSyncTasks(Collection<TagSyncTaskItem> tagSyncTasks)A list of tag-sync tasks and information about each task. -
Uses of TagSyncTaskItem in software.amazon.awssdk.services.resourcegroups.paginators
Methods in software.amazon.awssdk.services.resourcegroups.paginators that return types with arguments of type TagSyncTaskItem Modifier and Type Method Description SdkIterable<TagSyncTaskItem>ListTagSyncTasksIterable. tagSyncTasks()Returns an iterable to iterate through the paginatedListTagSyncTasksResponse.tagSyncTasks()member.SdkPublisher<TagSyncTaskItem>ListTagSyncTasksPublisher. tagSyncTasks()Returns a publisher that can be used to get a stream of data.
-