public class DeleteTagsRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
getTags() |
void |
setTags(List<Tag> tags) |
String |
toString() |
DeleteTagsRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
DeleteTagsRequest |
withTags(List<Tag> tags)
Configure list of tag for the request
|
getRequestCredentials, setRequestCredentialspublic DeleteTagsRequest withTags(List<Tag> tags)
tags - List of tag to be deleted.public DeleteTagsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2022. All rights reserved.