Uses of Class
org.jclouds.cloudstack.options.CreateTagsOptions
-
Packages that use CreateTagsOptions Package Description org.jclouds.cloudstack.features org.jclouds.cloudstack.options -
-
Uses of CreateTagsOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type CreateTagsOptions Modifier and Type Method Description AsyncCreateResponseTagApi. createTags(CreateTagsOptions options)Creates one or more tags on the specified resources. -
Uses of CreateTagsOptions in org.jclouds.cloudstack.options
Fields in org.jclouds.cloudstack.options declared as CreateTagsOptions Modifier and Type Field Description static CreateTagsOptionsCreateTagsOptions. NONEMethods in org.jclouds.cloudstack.options that return CreateTagsOptions Modifier and Type Method Description static CreateTagsOptionsCreateTagsOptions.Builder. customer(String customer)CreateTagsOptionsCreateTagsOptions. customer(String customer)Customer - optionalstatic CreateTagsOptionsCreateTagsOptions.Builder. resourceIds(String... resourceIds)static CreateTagsOptionsCreateTagsOptions.Builder. resourceIds(Set<String> resourceIds)CreateTagsOptionsCreateTagsOptions. resourceIds(String... resourceIds)Resource ID(s) to tagCreateTagsOptionsCreateTagsOptions. resourceIds(Set<String> resourceIds)Resource ID(s) to tagstatic CreateTagsOptionsCreateTagsOptions.Builder. resourceType(String resourceType)static CreateTagsOptionsCreateTagsOptions.Builder. resourceType(Tag.ResourceType resourceType)CreateTagsOptionsCreateTagsOptions. resourceType(String resourceType)Resource typeCreateTagsOptionsCreateTagsOptions. resourceType(Tag.ResourceType resourceType)Resource typestatic CreateTagsOptionsCreateTagsOptions.Builder. tags(Map<String,String> tags)CreateTagsOptionsCreateTagsOptions. tags(Map<String,String> tags)Tags to create
-