Java com.amazonaws.services.s3.model TagSet fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

TagSet()

Creates a new empty TagSet.

TagSet(Map tags)

Creates a new TagSet with the set of tags defined.

Method

MapgetAllTags()

Get all the tags for this TagSet

voidsetTag(String key, String value)

Sets the value of the tag for a given key.