类的使用
com.baidubce.services.tag.model.Tag
-
使用Tag的程序包 程序包 说明 com.baidubce.services.blb com.baidubce.services.blb.model com.baidubce.services.tag com.baidubce.services.tag.model -
-
com.baidubce.services.blb中Tag的使用
类型变量类型为Tag的com.baidubce.services.blb中的方法参数 修饰符和类型 方法 说明 CreateBlbResponseAppBlbClient. createBlb(String name, String desc, String vpcId, String subnetId, List<Tag> tags)Create a blb with the specified options. -
com.baidubce.services.blb.model中Tag的使用
返回变量类型为Tag的类型的com.baidubce.services.blb.model中的方法 修饰符和类型 方法 说明 List<Tag>CreateBlbRequest. getTags()类型变量类型为Tag的com.baidubce.services.blb.model中的方法参数 修饰符和类型 方法 说明 voidCreateBlbRequest. setTags(List<Tag> tags)CreateBlbRequestCreateBlbRequest. withTags(List<Tag> tags) -
com.baidubce.services.tag中Tag的使用
类型变量类型为Tag的com.baidubce.services.tag中的方法参数 修饰符和类型 方法 说明 voidTagClient. createTags(List<Tag> tags)Create tags.voidTagClient. deleteTags(List<Tag> tags)Delete tags. -
com.baidubce.services.tag.model中Tag的使用
返回Tag的com.baidubce.services.tag.model中的方法 修饰符和类型 方法 说明 TagTag. withTagKey(String tagKey)TagTag. withTagValue(String tagValue)返回变量类型为Tag的类型的com.baidubce.services.tag.model中的方法 修饰符和类型 方法 说明 List<Tag>CreateTagsRequest. getTags()List<Tag>DeleteTagsRequest. getTags()List<Tag>ListTagsResponse. getTags()类型变量类型为Tag的com.baidubce.services.tag.model中的方法参数 修饰符和类型 方法 说明 voidCreateTagsRequest. setTags(List<Tag> tags)voidDeleteTagsRequest. setTags(List<Tag> tags)voidListTagsResponse. setTags(List<Tag> tags)CreateTagsRequestCreateTagsRequest. withTags(List<Tag> tags)Configure list of tag for the requestDeleteTagsRequestDeleteTagsRequest. withTags(List<Tag> tags)Configure list of tag for the request
-