Java com.amazonaws.services.ec2.model CreateTagsRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model CreateTagsRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model CreateTagsRequest.

The text is from its open source code.

Constructor

CreateTagsRequest(java.util.List resources, java.util.List tags)
Constructs a new CreateTagsRequest object.
CreateTagsRequest()
Default constructor for CreateTagsRequest object.

Method

voidsetResources(java.util.Collection resources)

The IDs of the resources, separated by spaces.

voidsetTags(java.util.Collection tags)

The tags.

StringtoString()
Returns a string representation of this object.
CreateTagsRequestwithResources(String... resources)

The IDs of the resources, separated by spaces.

CreateTagsRequestwithResources(java.util.Collection resources)

The IDs of the resources, separated by spaces.

CreateTagsRequestwithTags(Tag... tags)

The tags.

CreateTagsRequestwithTags(java.util.Collection tags)

The tags.