Uses of Class
com.baidubce.services.bcc.model.instance.BindTagsRequest

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

Uses of BindTagsRequest in com.baidubce.services.bcc
 

Methods in com.baidubce.services.bcc with parameters of type BindTagsRequest
 void BccClient.bindInstanceToTags(BindTagsRequest request)
          Binding the instance to specified list of tags.
 

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

Methods in com.baidubce.services.bcc.model.instance that return BindTagsRequest
 BindTagsRequest BindTagsRequest.withChangeTags(List<TagModel> changeTags)
          Configure the list of tags for the request.
 BindTagsRequest BindTagsRequest.withInstanceId(String instanceId)
          Configure the instance ID for the request.
 BindTagsRequest BindTagsRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 



Copyright © 2018. All rights reserved.