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

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

Introduction

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

The text is from its open source code.

Constructor

DeleteTagsRequest()
Default constructor for DeleteTagsRequest object.
DeleteTagsRequest(java.util.List resources)
Constructs a new DeleteTagsRequest object.

Method

voidsetResources(java.util.Collection resources)

The IDs of the resources, separated by spaces.

voidsetTags(java.util.Collection tags)

The tags to delete.

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

The IDs of the resources, separated by spaces.

DeleteTagsRequestwithResources(java.util.Collection resources)

The IDs of the resources, separated by spaces.