Uses of Class
com.baidubce.services.tag.model.Tag

Packages that use Tag
com.baidubce.services.tag   
com.baidubce.services.tag.model   
 

Uses of Tag in com.baidubce.services.tag
 

Method parameters in com.baidubce.services.tag with type arguments of type Tag
 void TagClient.createTags(List<Tag> tags)
          Create tags.
 void TagClient.deleteTags(List<Tag> tags)
          Delete tags.
 

Uses of Tag in com.baidubce.services.tag.model
 

Methods in com.baidubce.services.tag.model that return Tag
 Tag Tag.withTagKey(String tagKey)
           
 Tag Tag.withTagValue(String tagValue)
           
 

Methods in com.baidubce.services.tag.model that return types with arguments of type Tag
 List<Tag> DeleteTagsRequest.getTags()
           
 List<Tag> CreateTagsRequest.getTags()
           
 List<Tag> ListTagsResponse.getTags()
           
 

Method parameters in com.baidubce.services.tag.model with type arguments of type Tag
 void DeleteTagsRequest.setTags(List<Tag> tags)
           
 void CreateTagsRequest.setTags(List<Tag> tags)
           
 void ListTagsResponse.setTags(List<Tag> tags)
           
 DeleteTagsRequest DeleteTagsRequest.withTags(List<Tag> tags)
          Configure list of tag for the request
 CreateTagsRequest CreateTagsRequest.withTags(List<Tag> tags)
          Configure list of tag for the request
 



Copyright © 2018. All rights reserved.