mirror of https://github.com/apache/cloudstack.git
CS-15702: ec2-delete-tags, changing the response-name. Component:AWSAPI.
This commit is contained in:
parent
e8f64d3cc5
commit
5de0e5717a
|
|
@ -116,7 +116,7 @@ public class ApiConstants {
|
|||
public static final String DELETE_SSH_KEY_PAIR = "deleteSSHKeyPair";
|
||||
public static final String DELETE_SSH_KEY_PAIR_RESPONSE = "deletesshkeypairresponse";
|
||||
public static final String DELETE_TAGS = "deleteTags";
|
||||
public static final String DELETE_TAGS_RESPONSE = "deleteTagsresponse";
|
||||
public static final String DELETE_TAGS_RESPONSE = "deletetagsresponse";
|
||||
public static final String DELETE_TEMPLATE = "deleteTemplate";
|
||||
public static final String DELETE_TEMPLATE_RESPONSE = "deletetemplateresponse";
|
||||
public static final String DELETE_VOLUME = "deleteVolume";
|
||||
|
|
|
|||
Loading…
Reference in New Issue