| Modifier and Type | Method and Description |
|---|---|
List<TagModel> |
BindBbcTagsRequest.getChangeTags() |
List<TagModel> |
CreateBbcInstanceRequest.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
BindBbcTagsRequest.setChangeTags(List<TagModel> changeTags) |
void |
CreateBbcInstanceRequest.setTags(List<TagModel> tags) |
BindBbcTagsRequest |
BindBbcTagsRequest.withChangeTags(List<TagModel> changeTags)
Configure the list of tags for the request.
|
| 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() |
List<TagModel> |
VolumeModel.getTags() |
List<TagModel> |
SecurityGroupModel.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceModel.setTags(List<TagModel> tags) |
void |
VolumeModel.setTags(List<TagModel> tags) |
void |
SecurityGroupModel.setTags(List<TagModel> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<TagModel> |
UnbindTagsRequest.getChangeTags() |
List<TagModel> |
BindTagsRequest.getChangeTags() |
List<TagModel> |
CreateInstanceRequest.getTags() |
List<TagModel> |
GetBidInstancePriceRequest.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) |
void |
GetBidInstancePriceRequest.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.
|
GetBidInstancePriceRequest |
GetBidInstancePriceRequest.withTags(List<TagModel> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<TagModel> |
CreateSecurityGroupRequest.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSecurityGroupRequest.setTags(List<TagModel> tags) |
CreateSecurityGroupRequest |
CreateSecurityGroupRequest.withTags(List<TagModel> tags)
Configure tags for the request.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagModel> |
DccBindTagsRequest.getChangeTags() |
List<TagModel> |
DccUnbindTagsRequest.getChangeTags() |
List<TagModel> |
DccModel.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
DccBindTagsRequest.setChangeTags(List<TagModel> changeTags) |
void |
DccUnbindTagsRequest.setChangeTags(List<TagModel> changeTags) |
void |
DccModel.setTags(List<TagModel> tags) |
Copyright © 2021. All rights reserved.