|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnbindTagsRequest | |
---|---|
com.baidubce.services.bcc | |
com.baidubce.services.bcc.model.instance |
Uses of UnbindTagsRequest in com.baidubce.services.bcc |
---|
Methods in com.baidubce.services.bcc with parameters of type UnbindTagsRequest | |
---|---|
void |
BccClient.unbindInstanceFromTags(UnbindTagsRequest request)
Unbinding the instance to specified list of tags. |
Uses of UnbindTagsRequest in com.baidubce.services.bcc.model.instance |
---|
Methods in com.baidubce.services.bcc.model.instance that return UnbindTagsRequest | |
---|---|
UnbindTagsRequest |
UnbindTagsRequest.withChangeTags(List<TagModel> changeTags)
Configure the list of tags to be unbound for the request. |
UnbindTagsRequest |
UnbindTagsRequest.withInstanceId(String instanceId)
Configure the instance ID for the request. |
UnbindTagsRequest |
UnbindTagsRequest.withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |