Method | Description | |
---|---|---|
create ( |
CreateTags action | |
delete ( |
DeleteTags action |
public create ( |
||
$resourceIdList | The ID of a resource to tag. For example, ami-1a2b3c4d. You can specify multiple resources to assign the tags to. | |
$tagList | Scalr\Service\Aws\Ec2\DataType\ResourceTagSetList | ResourceTagSetData | array | The key/value pair list of the Tags. |
return | boolean | Returns true on success or throws an exception otherwise |
public delete ( |
||
$resourceIdList | The ID of a resource to tag. For example, ami-1a2b3c4d. You can specify multiple resources to assign the tags to. | |
$tagList | Scalr\Service\Aws\Ec2\DataType\ResourceTagSetList | ResourceTagSetData | array | The key/value pair list of the Tags. |
return | boolean | Returns true on success or throws an exception otherwise |