Interface GalleryImage.UpdateStages.WithTags
-
- All Known Subinterfaces:
GalleryImage.Update
- Enclosing interface:
- GalleryImage.UpdateStages
public static interface GalleryImage.UpdateStages.WithTagsThe stage of the gallery image update allowing to specify Tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.UpdatewithTags(Map<String,String> tags)Specifies tags.
-
-
-
Method Detail
-
withTags
GalleryImage.Update withTags(Map<String,String> tags)
Specifies tags.- Parameters:
tags- resource tags- Returns:
- the next update stage
-
-