Uses of Class
com.baidubce.services.bcc.model.TagModel

Packages that use TagModel
com.baidubce.services.bcc   
com.baidubce.services.bcc.model   
com.baidubce.services.bcc.model.instance   
 

Uses of TagModel in com.baidubce.services.bcc
 

Method parameters in com.baidubce.services.bcc with type arguments of type TagModel
 void BccClient.bindInstanceToTags(String instanceId, List<TagModel> changeTags)
          Binding the instance to specified list of tags.
 void BccClient.unbindInstanceFromTags(String instanceId, List<TagModel> changeTags)
          Unbinding the instance to specified list of tags.
 

Uses of TagModel in com.baidubce.services.bcc.model
 

Methods in com.baidubce.services.bcc.model that return TagModel
 TagModel TagModel.withTagKey(String tagKey)
          Configure tagKey for the model.
 TagModel TagModel.withTagValue(String tagValue)
          Configure tagValue for the model.
 

Methods in com.baidubce.services.bcc.model that return types with arguments of type TagModel
 List<TagModel> InstanceModel.getTags()
           
 

Method parameters in com.baidubce.services.bcc.model with type arguments of type TagModel
 void InstanceModel.setTags(List<TagModel> tags)
           
 

Uses of TagModel in com.baidubce.services.bcc.model.instance
 

Methods in com.baidubce.services.bcc.model.instance that return types with arguments of type TagModel
 List<TagModel> BindTagsRequest.getChangeTags()
           
 List<TagModel> UnbindTagsRequest.getChangeTags()
           
 List<TagModel> CreateInstanceRequest.getTags()
           
 

Method parameters in com.baidubce.services.bcc.model.instance with type arguments of type TagModel
 void BindTagsRequest.setChangeTags(List<TagModel> changeTags)
           
 void UnbindTagsRequest.setChangeTags(List<TagModel> changeTags)
           
 void CreateInstanceRequest.setTags(List<TagModel> tags)
           
 BindTagsRequest BindTagsRequest.withChangeTags(List<TagModel> changeTags)
          Configure the list of tags for the request.
 UnbindTagsRequest UnbindTagsRequest.withChangeTags(List<TagModel> changeTags)
          Configure the list of tags to be unbound for the request.
 CreateInstanceRequest CreateInstanceRequest.withTags(List<TagModel> tags)
          Configure tags for the request.
 



Copyright © 2018. All rights reserved.