| Package | Description |
|---|---|
| com.baidubce.services.bcc | |
| com.baidubce.services.bcc.model | |
| com.baidubce.services.bcc.model.instance |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
TagModel |
TagModel.withTagKey(String tagKey)
Configure tagKey for the model.
|
TagModel |
TagModel.withTagValue(String tagValue)
Configure tagValue for the model.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagModel> |
InstanceModel.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceModel.setTags(List<TagModel> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<TagModel> |
UnbindTagsRequest.getChangeTags() |
List<TagModel> |
BindTagsRequest.getChangeTags() |
List<TagModel> |
CreateInstanceRequest.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnbindTagsRequest.setChangeTags(List<TagModel> changeTags) |
void |
BindTagsRequest.setChangeTags(List<TagModel> changeTags) |
void |
CreateInstanceRequest.setTags(List<TagModel> tags) |
UnbindTagsRequest |
UnbindTagsRequest.withChangeTags(List<TagModel> changeTags)
Configure the list of tags to be unbound for the request.
|
BindTagsRequest |
BindTagsRequest.withChangeTags(List<TagModel> changeTags)
Configure the list of tags for the request.
|
CreateInstanceRequest |
CreateInstanceRequest.withTags(List<TagModel> tags)
Configure tags for the request.
|
Copyright © 2018. All rights reserved.